mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r16750) -Fix: mark the intro gui dirty when changing the difficulty level to avoid glitches on the difficulty button
This commit is contained in:
parent
d95f548576
commit
2ac03f6271
@ -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…
Reference in New Issue
Block a user