1
0
Fork 0

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

release/0.5
Darkvater 2006-06-25 12:28:40 +00:00
parent a0445ce3a2
commit 1522fbb397
1 changed files with 0 additions and 1 deletions

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