mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-03 07:59:38 +00:00
Commit missing part of my last commit (sorry for any temporary breakage)
svn-id: r19138
This commit is contained in:
parent
bb8afe3839
commit
3bda82c8a3
@ -1729,7 +1729,7 @@ void ScummEngine_v5::o5_resourceRoutines() {
|
||||
resid = _resourceMapper[resid & 0x7F];
|
||||
|
||||
if (_currentRoom != resid) {
|
||||
res.flags[rtRoom][resid] |= 1;
|
||||
res.setResourceCounter(rtRoom, resid, 1);
|
||||
}
|
||||
} else
|
||||
ensureResourceLoaded(rtRoom, resid);
|
||||
|
Loading…
Reference in New Issue
Block a user