1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 19:09:09 +00:00

(svn r2945) Add 'del' alias to rm console command

This commit is contained in:
Darkvater
2005-09-11 18:36:22 +00:00
parent c5fa3848f6
commit 02472528ad

View File

@@ -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");