Broke HE70 saved games too, due to activity.
svn-id: r18052
This commit is contained in:
parent
68ea884d50
commit
a6b445b531
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ bool ScummEngine::loadState(int slot, bool compat) {
|
|||
}
|
||||
|
||||
// We (deliberately) broke HE savegame compatibility at some point.
|
||||
if (hdr.ver < VER(50) && _heversion >= 71) {
|
||||
if (hdr.ver < VER(50) && _heversion >= 70) {
|
||||
warning("Unsupported version of '%s'", filename);
|
||||
delete in;
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue