Broke HE70 saved games too, due to activity.

svn-id: r18052
This commit is contained in:
Travis Howell 2005-05-11 14:34:19 +00:00
parent 68ea884d50
commit a6b445b531
2 changed files with 2 additions and 2 deletions

View file

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