Reversed the default value of visible_in_fog=.

This commit is contained in:
Lari Nieminen 2009-01-27 16:50:09 +00:00
parent 777fe6f499
commit e3824c30e5

View File

@ -359,7 +359,7 @@ void terrain_label::read(const config& cfg, const variable_set *variables)
text_ = cfg["text"];
team_name_ = cfg["team_name"];
visible_in_fog_ = utils::string_bool(cfg["visible_in_fog"],false);
visible_in_fog_ = utils::string_bool(cfg["visible_in_fog"],true);
if (variables)
{