changeset 4065:6f886aa7f8df draft

(svn r5360) - Fix (r5359): *sigh*, compile before you commit...
author Darkvater <Darkvater@openttd.org>
date Sun, 25 Jun 2006 12:28:40 +0000
parents 19acacb63dbd
children 104da7c48aeb
files settings.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/settings.c
+++ b/settings.c
@@ -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);