Changeset - r628:2dd5d9b8b615
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2004-12-13 17:07:32
truelight@openttd.org
(svn r1058) -Add: [Console] 3 aliases for newgame: new_game, newmap, new_map (this
annoyed me for some time now)
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
console_cmds.c
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)