aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-05-01 06:54:27 +0000
committerTravis Howell2005-05-01 06:54:27 +0000
commitc76f228f67bfd8833459e8abdcf16d26daf851f3 (patch)
tree01bc9df9aa4753460589f6c9168f5e795f3e61c1 /scumm/script_v72he.cpp
parentcb6c2b9da5b49a8ef8617766d6e4421d8e8c0150 (diff)
downloadscummvm-rg350-c76f228f67bfd8833459e8abdcf16d26daf851f3.tar.gz
scummvm-rg350-c76f228f67bfd8833459e8abdcf16d26daf851f3.tar.bz2
scummvm-rg350-c76f228f67bfd8833459e8abdcf16d26daf851f3.zip
VAR_NUM_SOUND_CHANNELS is 88 in HE80+ games.
svn-id: r17880
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 8feec7fac1..506dc46890 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -2136,6 +2136,8 @@ void ScummEngine_v72he::o72_readINI() {
default:
error("o72_readINI: default type %d", type);
}
+
+ debug(0, "o72_readINI: Option %s", option);
}
void ScummEngine_v72he::o72_writeINI() {