1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-16 19:19:09 +00:00

(svn r5360) - Fix (r5359): *sigh*, compile before you commit...

This commit is contained in:
Darkvater
2006-06-25 12:28:40 +00:00
parent a0445ce3a2
commit 1522fbb397

View File

@@ -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);