diff options
author | rubidium <rubidium@openttd.org> | 2010-08-16 15:18:21 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-16 15:18:21 +0000 |
commit | d98ff7c4c4c49aa1748ef94fe17eed171c51780d (patch) | |
tree | 5f514b6fb9a9b4fb58a063b1c34d655f4e5fec04 /src/console_cmds.cpp | |
parent | ca6aac6a5a125881ef1d65c3083344314ce81f61 (diff) | |
download | openttd-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.cpp | 2 |
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 %+"); |