(svn r5360) - Fix (r5359): *sigh*, compile before you commit...
authorDarkvater
Sun, 25 Jun 2006 12:28:40 +0000
changeset 4065 92dd8ffde978
parent 4064 97edf7e6091b
child 4066 108eb446f1ae
(svn r5360) - Fix (r5359): *sigh*, compile before you commit...
settings.c
--- a/settings.c	Sun Jun 25 12:27:49 2006 +0000
+++ b/settings.c	Sun Jun 25 12:28:40 2006 +0000
@@ -1583,7 +1583,6 @@
  * and besides, it is also better to keep stuff like this at the same place */
 void IConsoleSetPatchSetting(const char *name, const char *value)
 {
-	char newval[20];
 	int32 val;
 	uint index;
 	const SettingDesc *sd = GetPatchFromName(name, &index);