(svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
authorDarkvater
Sun, 17 Sep 2006 11:33:19 +0000
changeset 4614 82d41ead0e22
parent 4613 8b561558309f
child 4615 09d62f8da967
(svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
still inside the ENABLE_NETWORK define. Thanks nycom.
console_cmds.c
--- a/console_cmds.c	Sat Sep 16 22:09:26 2006 +0000
+++ b/console_cmds.c	Sun Sep 17 11:33:19 2006 +0000
@@ -1358,6 +1358,7 @@
 	IConsolePrintF(_icolour_warn, "'server_ip' changed to:  %s", inet_ntoa(*(struct in_addr *)&_network_server_bind_ip));
 	return true;
 }
+#endif /* ENABLE_NETWORK */
 
 DEF_CONSOLE_CMD(ConPatch)
 {
@@ -1383,7 +1384,6 @@
 
 	return true;
 }
-#endif /* ENABLE_NETWORK */
 
 DEF_CONSOLE_CMD(ConListDumpVariables)
 {