mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 20:21:17 +00:00
Fixed typo
This commit is contained in:
parent
ead2a8f860
commit
465938fcb8
@ -1408,7 +1408,7 @@ void game_controller::reset_translations()
|
||||
void game_controller::load_game_cfg()
|
||||
{
|
||||
gui::set_background_dirty();
|
||||
if (!game_config.empty()
|
||||
if (!game_config_.empty()
|
||||
&& old_defines_map_ == cache_.get_preproc_map())
|
||||
return; // game_config already holds requested config in memory
|
||||
old_defines_map_ = cache_.get_preproc_map();
|
||||
|
Loading…
x
Reference in New Issue
Block a user