diff options
author | Jamieson Christian | 2002-11-20 12:54:32 +0000 |
---|---|---|
committer | Jamieson Christian | 2002-11-20 12:54:32 +0000 |
commit | 7bcc2744a435ecb03be795316b186afb4ffc5f3b (patch) | |
tree | 6520832fbc02e7d3e91ea777e7ac488b2f216af4 | |
parent | 2bba56a34f1a8cfd13c3f38cb53b1f15596a20f9 (diff) | |
download | scummvm-rg350-7bcc2744a435ecb03be795316b186afb4ffc5f3b.tar.gz scummvm-rg350-7bcc2744a435ecb03be795316b186afb4ffc5f3b.tar.bz2 scummvm-rg350-7bcc2744a435ecb03be795316b186afb4ffc5f3b.zip |
Support MAC music tracks even in -eadlib mode
svn-id: r5636
-rw-r--r-- | scumm/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index f5d39eeec0..4a4a01f189 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -620,7 +620,7 @@ int Scumm::readSoundResource(int type, int idx) pri = 3; break; case MKID('MAC '): - if (!_use_adlib) +// if (!_use_adlib) pri = 1; break; case MKID('SPK '): |