(svn r1058) -Add: [Console] 3 aliases for newgame: new_game, newmap, new_map (this

annoyed me for some time now)
replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 20 years ago
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…
Cancel
Save