Changeset - r4065:9ebdbd8a5a1b
[Not reviewed]
master
0 1 0
Darkvater - 18 years ago 2006-06-25 12:28:40
darkvater@openttd.org
(svn r5360) - Fix (r5359): *sigh*, compile before you commit...
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
settings.c
Show inline comments
 
@@ -1583,7 +1583,6 @@ const SettingDesc *GetPatchFromName(cons
 
 * 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);
0 comments (0 inline, 0 general)