mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 23:26:34 +00:00
(svn r1058) -Add: [Console] 3 aliases for newgame: new_game, newmap, new_map (this
annoyed me for some time now)
This commit is contained in:
parent
b153236503
commit
382b924b41
@ -740,6 +740,9 @@ void IConsoleStdLibRegister(void)
|
||||
IConsoleCmdRegister("list_cmds", ConListCommands);
|
||||
IConsoleCmdRegister("list_vars", ConListVariables);
|
||||
IConsoleCmdRegister("newgame", ConNewGame);
|
||||
IConsoleCmdRegister("new_game", ConNewGame);
|
||||
IConsoleCmdRegister("newmap", ConNewGame);
|
||||
IConsoleCmdRegister("new_map", ConNewGame);
|
||||
IConsoleCmdRegister("printf", ConPrintF);
|
||||
IConsoleCmdRegister("printfc", ConPrintFC);
|
||||
IConsoleCmdRegister("quit", ConExit);
|
||||
|
Loading…
Reference in New Issue
Block a user