mirror of https://github.com/OpenTTD/OpenTTD
(svn r5360) - Fix (r5359): *sigh*, compile before you commit...
parent
a0445ce3a2
commit
1522fbb397
|
@ -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 */
|
* and besides, it is also better to keep stuff like this at the same place */
|
||||||
void IConsoleSetPatchSetting(const char *name, const char *value)
|
void IConsoleSetPatchSetting(const char *name, const char *value)
|
||||||
{
|
{
|
||||||
char newval[20];
|
|
||||||
int32 val;
|
int32 val;
|
||||||
uint index;
|
uint index;
|
||||||
const SettingDesc *sd = GetPatchFromName(name, &index);
|
const SettingDesc *sd = GetPatchFromName(name, &index);
|
||||||
|
|
Loading…
Reference in New Issue