Changeset - r2419:b4dabbdd988d
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-09-11 18:36:22
darkvater@openttd.org
(svn r2945) Add 'del' alias to rm console command
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
console_cmds.c
Show inline comments
 
@@ -1295,6 +1295,7 @@ void IConsoleStdLibRegister(void)
 
	IConsoleCmdRegister("stopall",      ConStopAllVehicles);
 

	
 
	IConsoleAliasRegister("dir",      "ls");
 
	IConsoleAliasRegister("del",      "rm %+");
 
	IConsoleAliasRegister("newmap",   "newgame");
 
	IConsoleAliasRegister("new_map",  "newgame");
 
	IConsoleAliasRegister("new_game", "newgame");
0 comments (0 inline, 0 general)