mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
/me slaps himself
svn-id: r8875
This commit is contained in:
parent
bae011dbd6
commit
6d84c67906
@ -1325,7 +1325,7 @@ uint16 SkyControl::parseSaveData(uint8 *srcBuf) {
|
||||
if (saveRev >= 3) {
|
||||
LODSD(srcPos, gameVersion);
|
||||
if (gameVersion != SkyState::_systemVars.gameVersion) {
|
||||
if (SkyState::isCDVersion() && (gameVersion >= 365)) { // cd versions are compatible
|
||||
if ((!SkyState::isCDVersion()) || (gameVersion < 365)) { // cd versions are compatible
|
||||
printf("This savegame was created by Beneath a Steel Sky v0.0%03d\n", gameVersion);
|
||||
printf("It cannot be loaded by this version (v0.0%3d)\n", SkyState::_systemVars.gameVersion);
|
||||
return RESTORE_FAILED;
|
||||
|
Loading…
Reference in New Issue
Block a user