Missed line

svn-id: r16232
This commit is contained in:
Travis Howell 2004-12-21 05:24:36 +00:00
parent 4f044039e4
commit 3cd3ac5030

View file

@ -193,7 +193,7 @@ bool ScummEngine::loadState(int slot, bool compat) {
VAR(VAR_NUM_GLOBAL_OBJS) = _numGlobalObjects - 1;
}
if (hdr.ver < VER(32) && _heversion == 70) {
if (_heversion == 70) {
roomptr = getResourceAddress(rtRoom, _roomResource);
const byte *ptr = findResourceData(MKID('REMP'), roomptr);
if (ptr) {