(svn r1077) Implements scripts/autoexec.scr to get executed on game starting (sign_de)

- %! allows to merge alias parameters
- \% allows to use % in alias strings
- "alias" command now overwrites the old alias list entry
This commit is contained in:
dominik
2004-12-13 22:13:02 +00:00
parent 77e882c3bd
commit a9972399c5
5 changed files with 43 additions and 2 deletions

2
ttd.c
View File

@@ -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