From fa481d90e5735c079b12df1b3a8b17a8081ce644 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 1 Jun 2003 04:03:40 +0000 Subject: Enable loom sound patch, works in both loomega and indy3ega Use Amiga flag for Amiga versions for now svn-id: r8222 --- scumm/scummvm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 8eba4c4d99..2e4e2f47ae 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -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(); -- cgit v1.2.3