diff options
Diffstat (limited to 'engines/cine/part.cpp')
-rw-r--r-- | engines/cine/part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/part.cpp b/engines/cine/part.cpp index 813cbe50af..7c0ba3af0a 100644 --- a/engines/cine/part.cpp +++ b/engines/cine/part.cpp @@ -57,7 +57,7 @@ void loadPart(const char *partName) { g_cine->_partFileHandle.readUint32BE(); // unused } - if (g_cine->getGameType() == Cine::GType_FW && g_cine->getPlatform() == Common::kPlatformPC && strcmp(partName, "BASESON.SND") != 0) + if (g_cine->getGameType() == Cine::GType_FW && g_cine->getPlatform() == Common::kPlatformDOS && strcmp(partName, "BASESON.SND") != 0) loadPal(partName); } |