forked from mirror/OpenTTD
(svn r4520) -Fix: Did last commit in the wrong branch. Repair and shame on me.
This commit is contained in:
@@ -2477,3 +2477,9 @@ void GameSizeChanged(void)
|
||||
ScreenSizeChanged();
|
||||
MarkWholeScreenDirty();
|
||||
}
|
||||
|
||||
void InitializeMainGui(void)
|
||||
{
|
||||
/* Clean old GUI values */
|
||||
_last_built_railtype = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user