summaryrefslogtreecommitdiff
path: root/console_cmds.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-23 17:12:30 +0000
committertruelight <truelight@openttd.org>2004-12-23 17:12:30 +0000
commit3672ae111857e7dffff55737a50d06f5d44114a5 (patch)
tree559621c8a4f1c7cb1f6fd33af2a8f37b6032ee63 /console_cmds.c
parentc48ba54a09e9302c44e2cb7e372c5e8402903d18 (diff)
downloadopenttd-3672ae111857e7dffff55737a50d06f5d44114a5.tar.xz
(svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console_cmds.c b/console_cmds.c
index 4fdad2e59..36be8248f 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -960,7 +960,7 @@ void IConsoleStdLibRegister(void)
IConsoleCmdHook("status", ICONSOLE_HOOK_ACCESS, ConCmdHookNoNetClient);
IConsoleCmdHook("resetengines", ICONSOLE_HOOK_ACCESS, ConCmdHookNoNetwork);
- IConsoleAliasRegister("clean_company", "reset_company");
+ IConsoleAliasRegister("clean_company", "reset_company %A");
IConsoleVarRegister("net_frame_freq", &_network_frame_freq, ICONSOLE_VAR_UINT8);
IConsoleVarHook("net_frame_freq", ICONSOLE_HOOK_ACCESS, ConVarHookNoNetClient);