aboutsummaryrefslogtreecommitdiff
path: root/scumm/room.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-05-14 14:06:37 +0000
committerTravis Howell2005-05-14 14:06:37 +0000
commit93be3e16d8f9e6f8edec316ec749e189b2f33cc8 (patch)
tree002e60c05c198e3588243d5b46b50356615b8d6a /scumm/room.cpp
parent30d4f8634137787033d3a6be96673a96f0863b4f (diff)
downloadscummvm-rg350-93be3e16d8f9e6f8edec316ec749e189b2f33cc8.tar.gz
scummvm-rg350-93be3e16d8f9e6f8edec316ec749e189b2f33cc8.tar.bz2
scummvm-rg350-93be3e16d8f9e6f8edec316ec749e189b2f33cc8.zip
Add configure option to disable HE 70+ games.
svn-id: r18091
Diffstat (limited to 'scumm/room.cpp')
-rw-r--r--scumm/room.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/room.cpp b/scumm/room.cpp
index 3f05bfdf63..429d6fa7b9 100644
--- a/scumm/room.cpp
+++ b/scumm/room.cpp
@@ -519,6 +519,7 @@ void ScummEngine::initRoomSubBlocks() {
}
}
+#ifndef DISABLE_HE
// Polygons in HE 80+ games
if (_heversion >= 80) {
ptr = findResourceData(MKID('POLD'), roomptr);
@@ -526,6 +527,7 @@ void ScummEngine::initRoomSubBlocks() {
((ScummEngine_v70he *)this)->_wiz.polygonLoad(ptr);
}
}
+#endif
if (_PALS_offs || _CLUT_offs)
setPalette(0);