Changeset - r784:05311646947a
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2004-12-23 17:12:30
truelight@openttd.org
(svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
console_cmds.c
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)