diff options
author | Darkvater <darkvater@openttd.org> | 2006-06-25 12:28:40 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-06-25 12:28:40 +0000 |
commit | 1522fbb397c896f819e04b24a519312450c4a3b8 (patch) | |
tree | 2b62995313329bf3a765060e03951f6194a4a994 | |
parent | a0445ce3a24a26779b53e7a5bfc512c9bd6fb593 (diff) | |
download | openttd-1522fbb397c896f819e04b24a519312450c4a3b8.tar.xz |
(svn r5360) - Fix (r5359): *sigh*, compile before you commit...
-rw-r--r-- | settings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.c b/settings.c index 9ddc0e32d..f38124ad1 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); |