aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/logic.cpp')
-rw-r--r--engines/queen/logic.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/queen/logic.cpp b/engines/queen/logic.cpp
index f7a23eeb3d..848efb68b4 100644
--- a/engines/queen/logic.cpp
+++ b/engines/queen/logic.cpp
@@ -98,7 +98,8 @@ void Logic::readQueenJas() {
}
_roomData[_numRooms + 1] = _numObjects;
- if (_vm->resource()->isDemo()) {
+ if ((_vm->resource()->isDemo() && _vm->resource()->getPlatform() == Common::kPlatformPC) ||
+ (_vm->resource()->isInterview() && _vm->resource()->getPlatform() == Common::kPlatformAmiga)) {
_sfxName = NULL;
} else {
_sfxName = new uint16[_numRooms + 1];