mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 14:14:43 +00:00
Commited wrong change
svn-id: r14137
This commit is contained in:
parent
c7133de879
commit
dcc74eb07d
@ -625,6 +625,9 @@ void ScummEngine::ensureResourceLoaded(int type, int i) {
|
||||
|
||||
loadResource(type, i);
|
||||
|
||||
if ((_version <= 6 && _heversion <= 70) && !(_features & GF_SMALL_HEADER))
|
||||
if (type == rtRoom && i == _roomResource)
|
||||
VAR(VAR_ROOM_FLAG) = 1;
|
||||
}
|
||||
|
||||
int ScummEngine::loadResource(int type, int idx) {
|
||||
|
Loading…
Reference in New Issue
Block a user