summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-04-22 09:25:36 +0000
committercelestar <celestar@openttd.org>2006-04-22 09:25:36 +0000
commit395b44d15c5238b6b931c873ccaf6bfc41419611 (patch)
tree494e258abac4810a65e1c5eec1a5e877910b237a /main_gui.c
parent65979340dea72e31751deafa7e78657829c98df5 (diff)
downloadopenttd-395b44d15c5238b6b931c873ccaf6bfc41419611.tar.xz
(svn r4520) -Fix: Did last commit in the wrong branch. Repair and shame on me.
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main_gui.c b/main_gui.c
index d22931528..c141c9e47 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -2477,3 +2477,9 @@ void GameSizeChanged(void)
ScreenSizeChanged();
MarkWholeScreenDirty();
}
+
+void InitializeMainGui(void)
+{
+ /* Clean old GUI values */
+ _last_built_railtype = 0;
+}