as requested by paterson and soliton, use map settings defaults to 'yes'
This commit is contained in:
parent
48b5d09a61
commit
fdaf275f33
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ void set_allow_observers(bool value)
|
|||
|
||||
bool use_map_settings()
|
||||
{
|
||||
return prefs["mp_use_map_settings"] == "yes";
|
||||
return prefs["mp_use_map_settings"] != "no";
|
||||
}
|
||||
|
||||
void set_use_map_settings(bool value)
|
||||
|
|
Loading…
Add table
Reference in a new issue