aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
authorJamieson Christian2003-05-07 19:24:14 +0000
committerJamieson Christian2003-05-07 19:24:14 +0000
commit15bf5ba88549134220f4c4bf9f45e7b5a4c73d94 (patch)
treefa2e75420044e0b7965223b50b31bb20c2173351 /scumm/resource.cpp
parent2cfbd5fcd62f0b2e411fa5203ce2322b4a9ecbe7 (diff)
downloadscummvm-rg350-15bf5ba88549134220f4c4bf9f45e7b5a4c73d94.tar.gz
scummvm-rg350-15bf5ba88549134220f4c4bf9f45e7b5a4c73d94.tar.bz2
scummvm-rg350-15bf5ba88549134220f4c4bf9f45e7b5a4c73d94.zip
..\..\msg.txt
svn-id: r7382
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r--scumm/resource.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index f9fd93651e..1ca9b5e1e0 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -724,8 +724,9 @@ int Scumm::readSoundResource(int type, int idx) {
pri = 2;
break;
case MKID('SPK '):
- if (!_use_adlib)
- pri = 0;
+ pri = -1;
+// if (!_use_adlib)
+// pri = 0;
break;
}