summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttd.c b/ttd.c
index cd1785999..ea2bffc33 100644
--- a/ttd.c
+++ b/ttd.c
@@ -644,6 +644,8 @@ int ttd_main(int argc, char* argv[])
// initialize the ingame console
IConsoleInit();
+ IConsoleCmdExec("exec scripts/autoexec.scr 0");
+
InitPlayerRandoms();
#ifdef ENABLE_NETWORK