summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-16 15:18:21 +0000
committerrubidium <rubidium@openttd.org>2010-08-16 15:18:21 +0000
commitd98ff7c4c4c49aa1748ef94fe17eed171c51780d (patch)
tree5f514b6fb9a9b4fb58a063b1c34d655f4e5fec04 /src/console_cmds.cpp
parentca6aac6a5a125881ef1d65c3083344314ce81f61 (diff)
downloadopenttd-d98ff7c4c4c49aa1748ef94fe17eed171c51780d.tar.xz
(svn r20515) -Feature: ignore _ in console command names so there is no "inconsistent" behaviour w.r.t. underscores anymore without breaking backwards compatability greatly
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 49155919d..cd6546150 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -1767,8 +1767,6 @@ void IConsoleStdLibRegister()
IConsoleAliasRegister("dir", "ls");
IConsoleAliasRegister("del", "rm %+");
IConsoleAliasRegister("newmap", "newgame");
- IConsoleAliasRegister("new_map", "newgame");
- IConsoleAliasRegister("new_game", "newgame");
IConsoleAliasRegister("patch", "setting %+");
IConsoleAliasRegister("set", "setting %+");
IConsoleAliasRegister("set_newgame", "setting_newgame %+");