Fixed typo

This commit is contained in:
Pauli Nieminen 2008-09-09 20:46:52 +00:00
parent ead2a8f860
commit 465938fcb8

View File

@ -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();