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:
parent
22b5009a35
commit
fa481d90e5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue