aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/resource.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index ed92ef0056..30d5eedef3 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -77,6 +77,7 @@ void ScummEngine::openRoom(int room) {
if (room_offs != 0 && room != 0 && _heversion < 98) {
_fileOffset = res.roomoffs[rtRoom][room];
+ return;
}
if (!(_features & GF_SMALL_HEADER)) {