summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-31 11:03:23 +0000
committerdarkvater <darkvater@openttd.org>2005-01-31 11:03:23 +0000
commitb64c375f2f9cbe0dca4f88e3fe3f613db03b84a4 (patch)
tree6cfb4e4ff6887ed491747fa9b1aa2d19063aab51 /ttd.c
parent7bbcf5875c2fc6a8fa80e417d65e1094947d78b8 (diff)
downloadopenttd-b64c375f2f9cbe0dca4f88e3fe3f613db03b84a4.tar.xz
(svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each vehicle type (bociusz)
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttd.c b/ttd.c
index 0fe6af5a7..0b15b06a3 100644
--- a/ttd.c
+++ b/ttd.c
@@ -721,6 +721,7 @@ int ttd_main(int argc, char* argv[])
// initialize the ingame console
IConsoleInit();
+ InitializeGUI();
IConsoleCmdExec("exec scripts/autoexec.scr 0");
InitPlayerRandoms();