mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 03:13:47 +00:00
Take care of the global state of game pointer.
This commit is contained in:
parent
9d52e89db4
commit
0f54c16415
@ -78,7 +78,7 @@ public:
|
||||
resources::teams = &context_manager_.get_map_context().get_teams();
|
||||
context_manager_.reload_map();
|
||||
|
||||
//resources::state_of_game = &ec_.get_map().get_game_state();
|
||||
resources::state_of_game = &context_manager_.get_map_context().get_game_state();
|
||||
context_manager_.gui().init_flags();
|
||||
|
||||
current_labels->enable(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user