Fixed play_controller not joining current event context

Was broken when I moved the GUI2 drawing trigger code to global scope probably.
This commit is contained in:
Charles Dang 2017-06-13 10:13:52 +11:00
parent ba9a0f7550
commit b8a03da847

View file

@ -174,6 +174,8 @@ play_controller::play_controller(const config& level, saved_game& state_of_game,
persist_.start_transaction();
join();
game_config::add_color_info(level);
hotkey::deactivate_all_scopes();
hotkey::set_scope_active(hotkey::SCOPE_GAME);