aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound.cpp b/engines/kyra/sound.cpp
index 10c43b5637..4aacd40658 100644
--- a/engines/kyra/sound.cpp
+++ b/engines/kyra/sound.cpp
@@ -239,7 +239,7 @@ void KyraEngine_v1::snd_playWanderScoreViaMap(int command, int restart) {
// XXX
//}
- if (_flags.platform == Common::kPlatformPC) {
+ if (_flags.platform == Common::kPlatformPC || _flags.platform == Common::kPlatformMacintosh) {
assert(command*2+1 < _trackMapSize);
if (_curMusicTheme != _trackMap[command*2]) {
if (_trackMap[command*2] != -1 && _trackMap[command*2] != -2)