fix replay play button available too soon

https://gna.org/bugs/?23238
This commit is contained in:
gfgtdf 2015-02-04 13:50:37 +01:00
parent f5143225d9
commit 58acbeaa19

View file

@ -91,6 +91,7 @@ replay_controller::replay_controller(const config& level,
loading_game_ = false;
init();
const events::command_disabler disable_commands;
reset_replay();
}