(svn r20515) -Feature: ignore _ in console command names so there is no "inconsistent" behaviour w.r.t. underscores anymore without breaking backwards compatability greatly

This commit is contained in:
rubidium
2010-08-16 15:18:21 +00:00
parent 4d4cd5ff65
commit 4ca2c440cd
2 changed files with 18 additions and 4 deletions

View File

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