summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-08 12:42:45 +0000
committerrubidium <rubidium@openttd.org>2009-02-08 12:42:45 +0000
commit7603f77f3c35bb1c70e96b1446797ce25cef91fe (patch)
treea5083d476c76b74964002f890bbd350e3469dc43 /src/console_cmds.cpp
parent283b3d16abc76f722f96d74ca92423a85ebdbf23 (diff)
downloadopenttd-7603f77f3c35bb1c70e96b1446797ce25cef91fe.tar.xz
(svn r15411) -Feature(ttette): make 'set' a alias for the setting/patch console command
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp1
1 files changed, 1 insertions, 0 deletions
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 %+");