From c76f228f67bfd8833459e8abdcf16d26daf851f3 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 1 May 2005 06:54:27 +0000 Subject: VAR_NUM_SOUND_CHANNELS is 88 in HE80+ games. svn-id: r17880 --- scumm/script_v72he.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm/script_v72he.cpp') 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() { -- cgit v1.2.3