aboutsummaryrefslogtreecommitdiff
path: root/scumm/room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/room.cpp')
-rw-r--r--scumm/room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/room.cpp b/scumm/room.cpp
index 209e5c0eed..459c96c1bb 100644
--- a/scumm/room.cpp
+++ b/scumm/room.cpp
@@ -553,7 +553,7 @@ void ScummEngine_v3old::initRoomSubBlocks() {
rmhd = (const RoomHeader *)(roomptr + 4);
if (_version == 1) {
- if (_features & GF_NES) {
+ if (_platform == Common::kPlatformNES) {
_roomWidth = READ_LE_UINT16(&(rmhd->old.width)) * 8;
_roomHeight = READ_LE_UINT16(&(rmhd->old.height)) * 8;