Commited wrong change

svn-id: r14137
This commit is contained in:
Travis Howell 2004-07-01 04:45:56 +00:00
parent c7133de879
commit dcc74eb07d

View File

@ -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) {