Make Quick replays in MP default to enabled
This commit is contained in:
parent
5e18e142cc
commit
08fdc4a48e
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ Version 1.11.0-svn:
|
|||
* Restart is no longer required to toggle desktop notifications
|
||||
* Display the savegame version when warning the user about unsupported or
|
||||
mismatched versions (bug #7243)
|
||||
* Quick replays in MP games now default to enabled
|
||||
|
||||
Version 1.10.0:
|
||||
* Campaigns:
|
||||
|
|
|
@ -581,7 +581,7 @@ void set_turns(int value)
|
|||
|
||||
bool skip_mp_replay()
|
||||
{
|
||||
return preferences::get("skip_mp_replay", false);
|
||||
return preferences::get("skip_mp_replay", true);
|
||||
}
|
||||
|
||||
void set_skip_mp_replay(bool value)
|
||||
|
|
Loading…
Add table
Reference in a new issue