summaryrefslogtreecommitdiff
path: root/console_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/console_cmds.c b/console_cmds.c
index 3f7f57d2b..d344d8e95 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -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);