diff options
Diffstat (limited to 'ttd.c')
-rw-r--r-- | ttd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |