changeset 11070:b1754198f43c draft

(svn r15411) -Feature(ttette): make 'set' a alias for the setting/patch console command
author rubidium <rubidium@openttd.org>
date Sun, 08 Feb 2009 12:42:45 +0000
parents 36d798171bfd
children bb1fbf9e52ab
files src/console_cmds.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -1759,6 +1759,7 @@
 	IConsoleAliasRegister("new_map",      "newgame");
 	IConsoleAliasRegister("new_game",     "newgame");
 	IConsoleAliasRegister("patch",        "setting %+");
+	IConsoleAliasRegister("set",          "setting %+");
 	IConsoleAliasRegister("list_patches", "list_settings %+");