Fix for Kyra 1 Mac CD music (check bug report #2772727 "KYRA1: Sound effect loops continuously (Mac CD)").

svn-id: r40039
This commit is contained in:
Johannes Schickel 2009-04-21 11:26:19 +00:00
parent dadcc3289f
commit b01e82488d

View File

@ -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)