Make Quick replays in MP default to enabled

This commit is contained in:
Ignacio R. Morelle 2012-01-31 18:54:40 +00:00
parent 5e18e142cc
commit 08fdc4a48e
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -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)