Add adlib music for indy3ega/loom and adlib sfx, patch #770862
svn-id: r9649
This commit is contained in:
parent
fef62655f8
commit
b198fbc3bb
4 changed files with 509 additions and 179 deletions
|
@ -619,7 +619,7 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
|
|||
_imuseDigital = new IMuseDigital(this);
|
||||
} else if ((_features & GF_AMIGA) && (_features & GF_OLD_BUNDLE)) {
|
||||
_playerV2 = NULL;
|
||||
} else if (_features & GF_OLD_BUNDLE) {
|
||||
} else if (_version <= 2) {
|
||||
if ((_version == 1) && (_gameId == GID_MANIAC))
|
||||
_playerV2 = NULL;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue