Add adlib music improvements for indy3/monkeyega/monkeyvga and cleanups from patch #770862
svn-id: r9480
This commit is contained in:
parent
1eaf41eda4
commit
8bf012d966
5 changed files with 284 additions and 348 deletions
|
@ -616,8 +616,12 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
|
|||
_imuseDigital = new IMuseDigital(this);
|
||||
_imuse = NULL;
|
||||
_playerV2 = NULL;
|
||||
} else if ((_features & GF_AMIGA) && (_features & GF_OLD_BUNDLE)) {
|
||||
_playerV2 = NULL;
|
||||
_imuse = NULL;
|
||||
_imuseDigital = NULL;
|
||||
} else if (_features & GF_OLD_BUNDLE) {
|
||||
if ((_features & GF_AMIGA) || ((_version == 1) && (_gameId == GID_MANIAC)))
|
||||
if ((_version == 1) && (_gameId == GID_MANIAC))
|
||||
_playerV2 = NULL;
|
||||
else
|
||||
_playerV2 = new Player_V2(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue