mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 08:59:09 +00:00
(svn r5360) - Fix (r5359): *sigh*, compile before you commit...
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user