Missed line
svn-id: r16232
This commit is contained in:
parent
4f044039e4
commit
3cd3ac5030
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue