Toggled off random ToD start as a default map setting

per Doc Paterson's request
This commit is contained in:
Dimitar Ilccov 2007-10-07 18:20:59 +00:00
parent 91b5a2c45f
commit de3f34a0fa

View file

@ -54,7 +54,7 @@ bool use_fog(const std::string& value)
bool use_random_start_time(const std::string& value)
{
return utils::string_bool(value, true);
return utils::string_bool(value, false);
}
bool use_shroud(const std::string& value)