diff options
Diffstat (limited to 'ttd.c')
-rw-r--r-- | ttd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -721,6 +721,7 @@ int ttd_main(int argc, char* argv[]) // initialize the ingame console IConsoleInit(); + InitializeGUI(); IConsoleCmdExec("exec scripts/autoexec.scr 0"); InitPlayerRandoms(); |