From dcb3a9ac5199c8520d5c3af3d48d9f529a8eecc0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Feb 2009 12:42:45 +0000 Subject: (svn r15411) -Feature(ttette): make 'set' a alias for the setting/patch console command --- src/console_cmds.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 598118adc..431021eb2 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -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 %+"); -- cgit v1.2.3-54-g00ecf