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