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
 
@@ -1580,13 +1580,12 @@ const SettingDesc *GetPatchFromName(cons
 
}
 

	
 
/* Those 2 functions need to be here, else we have to make some stuff non-static
 
 * 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);
 
	const Patches *patches_ptr;
 
	void *ptr;
 

	
0 comments (0 inline, 0 general)