aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-24 04:18:26 +0000
committerTravis Howell2004-07-24 04:18:26 +0000
commit334343a3403a8e875a08824a897c3158d221dca1 (patch)
treed2673b78d10dbfd8201b93397767f2aca128963e /scumm/scumm.cpp
parent10ef09ec1f6892f39df99fc1cd811d9626bb4913 (diff)
downloadscummvm-rg350-334343a3403a8e875a08824a897c3158d221dca1.tar.gz
scummvm-rg350-334343a3403a8e875a08824a897c3158d221dca1.tar.bz2
scummvm-rg350-334343a3403a8e875a08824a897c3158d221dca1.zip
Ooops
svn-id: r14308
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 18c01383e3..976b0745a1 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1331,7 +1331,8 @@ void ScummEngine::initScummVars() {
VAR(VAR_VIDEOMODE) = 0x13;
if (_gameId == GID_LOOM && _features & GF_OLD_BUNDLE) {
// Set number of sound resources
- VAR(39) = 80;
+ if (!(_features & GF_MACINTOSH))
+ VAR(39) = 80;
VAR(VAR_HEAPSPACE) = 1400;
} else if (_version >= 4) {
VAR(VAR_HEAPSPACE) = 1400;