mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
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:
parent
dadcc3289f
commit
b01e82488d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user