(svn r15411) -Feature(ttette): make 'set' a alias for the setting/patch console command

This commit is contained in:
rubidium 2009-02-08 12:42:45 +00:00
parent 377ce6c5bf
commit dcb3a9ac51
1 changed files with 1 additions and 0 deletions

View File

@ -1759,6 +1759,7 @@ void IConsoleStdLibRegister()
IConsoleAliasRegister("new_map", "newgame");
IConsoleAliasRegister("new_game", "newgame");
IConsoleAliasRegister("patch", "setting %+");
IConsoleAliasRegister("set", "setting %+");
IConsoleAliasRegister("list_patches", "list_settings %+");