(svn r18952) -Fix (r18950): loading recent (=newer then title game) savegames failed
This commit is contained in:
@@ -1784,7 +1784,7 @@ static void LoadSettings(const SettingDesc *osd, void *object)
|
||||
void *ptr = GetVariableAddress(object, sld);
|
||||
|
||||
if (!SlObjectMember(ptr, sld)) continue;
|
||||
Write_ValidateSetting(ptr, osd, ReadValue(ptr, sld->conv));
|
||||
if (IsNumericType(sld->conv)) Write_ValidateSetting(ptr, osd, ReadValue(ptr, sld->conv));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user