aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-12 07:52:15 +0000
committerTravis Howell2005-04-12 07:52:15 +0000
commiteed70f3dbac9cea01375b3351aa4702d510cfbe5 (patch)
treebb5b2de4cdbf63a2c9f735aa945a0d5a7be3ee7d /scumm/script_v72he.cpp
parent03f07f7f8ab1844fd8e197d607b6e4203f4d5f3a (diff)
downloadscummvm-rg350-eed70f3dbac9cea01375b3351aa4702d510cfbe5.tar.gz
scummvm-rg350-eed70f3dbac9cea01375b3351aa4702d510cfbe5.tar.bz2
scummvm-rg350-eed70f3dbac9cea01375b3351aa4702d510cfbe5.zip
Cleanup
svn-id: r17564
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index a78b073100..f308b2d140 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -2093,7 +2093,7 @@ void ScummEngine_v72he::o72_readINI() {
default:
error("o72_readINI: default type %d", type);
}
- debug(1, "o72_readINI (%d) %s", type, option);
+ debug(0, "o72_readINI (%d) %s", type, option);
}
void ScummEngine_v72he::o72_writeINI() {