aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-02-27 00:49:09 +0000
committerTravis Howell2005-02-27 00:49:09 +0000
commit52989edb1c02435cb386aabde5354a298b10d9b4 (patch)
tree52b556657feea9b78c7924265f2a85d34879de4c /scumm
parentcf0aac1506fbad0d71c9a50706def63127c16107 (diff)
downloadscummvm-rg350-52989edb1c02435cb386aabde5354a298b10d9b4.tar.gz
scummvm-rg350-52989edb1c02435cb386aabde5354a298b10d9b4.tar.bz2
scummvm-rg350-52989edb1c02435cb386aabde5354a298b10d9b4.zip
Update debug msg.
svn-id: r16940
Diffstat (limited to 'scumm')
-rw-r--r--scumm/wiz_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp
index 952714ff0c..6aa71527eb 100644
--- a/scumm/wiz_he.cpp
+++ b/scumm/wiz_he.cpp
@@ -1248,7 +1248,7 @@ void ScummEngine_v90he::displayWizComplexImage(const WizParameters *params) {
}
void ScummEngine_v90he::processWizImage(const WizParameters *params) {
- debug(1, "ScummEngine_v90he::processWizImage()");
+ debug(1, "processWizImage: processMode %d", params->processMode);
switch (params->processMode) {
case 1:
displayWizComplexImage(params);