From 1522fbb397c896f819e04b24a519312450c4a3b8 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sun, 25 Jun 2006 12:28:40 +0000 Subject: [PATCH] (svn r5360) - Fix (r5359): *sigh*, compile before you commit... --- settings.c | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.c b/settings.c index 9ddc0e32d4..f38124ad17 100644 --- a/settings.c +++ b/settings.c @@ -1583,7 +1583,6 @@ const SettingDesc *GetPatchFromName(const char *name, uint *i) * 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);