From ebd916be3def20902cf19ffd16555074728eb9c3 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 13 Sep 2009 19:15:59 +0000 Subject: (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. --- src/intro_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/intro_gui.cpp') diff --git a/src/intro_gui.cpp b/src/intro_gui.cpp index 7d36abee6..47dbd1f11 100644 --- a/src/intro_gui.cpp +++ b/src/intro_gui.cpp @@ -35,7 +35,7 @@ static inline void SetNewLandscapeType(byte landscape) { _settings_newgame.game_creation.landscape = landscape; - InvalidateWindowClasses(WC_SELECT_GAME); + SetWindowClassesDirty(WC_SELECT_GAME); } enum SelectGameIntroWidgets { -- cgit v1.2.3-70-g09d2