mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
Don't attempt to play music/sfx on v1 games
svn-id: r8292
This commit is contained in:
parent
bc9a04b0cf
commit
97aaab9410
@ -390,7 +390,7 @@ void Sound::playSound(int soundID) {
|
||||
|
||||
}
|
||||
|
||||
if (_scumm->_features & GF_OLD_BUNDLE) {
|
||||
if (_scumm->_features & GF_OLD_BUNDLE && !(_scumm->_features & GF_AFTER_V1)) {
|
||||
// FIXME: support amiga sounds
|
||||
uint16 amigatest;
|
||||
amigatest = READ_LE_UINT16(ptr + 12);
|
||||
|
Loading…
x
Reference in New Issue
Block a user