(svn r16750) -Fix: mark the intro gui dirty when changing the difficulty level to avoid glitches on the difficulty button

pull/155/head
yexo 15 years ago
parent df377f3ec6
commit 46529bd491

@ -815,6 +815,7 @@ static bool DifficultyChange(int32)
ShowErrorMessage(INVALID_STRING_ID, STR_DIFFICULTY_TO_CUSTOM, 0, 0);
_settings_newgame.difficulty.diff_level = 3;
}
InvalidateWindowClasses(WC_SELECT_GAME);
} else {
_settings_game.difficulty.diff_level = 3;
}

Loading…
Cancel
Save