Revert "Make Quick replays in MP default to enabled";...

...I may have failed to consider a particular use case

This reverts commit 2012-01-31T18:54:40Z!shadowm@wesnoth.org.
This commit is contained in:
Ignacio R. Morelle 2012-01-31 19:26:48 +00:00
parent 08fdc4a48e
commit b3adb84c48
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ 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", true);
return preferences::get("skip_mp_replay", false);
}
void set_skip_mp_replay(bool value)