diff options
Diffstat (limited to 'scumm/room.cpp')
-rw-r--r-- | scumm/room.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/room.cpp b/scumm/room.cpp index b7926346ca..6ae4fdd7ee 100644 --- a/scumm/room.cpp +++ b/scumm/room.cpp @@ -515,7 +515,7 @@ void ScummEngine::initRoomSubBlocks() { // Color cycling // HE 7.0 games load resources but don't use them. - if (_version >= 4 && _heversion <= 60) { + if (_version >= 4 && _heversion <= 61) { ptr = findResourceData(MKID('CYCL'), roomptr); if (ptr) { initCycl(ptr); |