Enable loom sound patch, works in both loomega and indy3ega

Use Amiga flag for Amiga versions for now

svn-id: r8222
This commit is contained in:
Travis Howell 2003-06-01 04:03:40 +00:00
parent 22b5009a35
commit fa481d90e5

View file

@ -602,7 +602,7 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
_imuseDigital = new IMuseDigital(this);
_imuse = NULL;
_playerV2 = NULL;
} else if (_features & GF_OLD_BUNDLE && !(_features & GF_AFTER_V3)) {
} else if (_features & GF_OLD_BUNDLE && !(_features & GF_AMIGA)) {
_playerV2 = NULL;
if (!(_features & GF_AMIGA))
_playerV2 = new Player_V2();