aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-11-16 06:51:02 +0000
committerTravis Howell2005-11-16 06:51:02 +0000
commitea8034865f4d6c38fc56173981e3946e172a03a2 (patch)
tree075d63d764011209af886f3bd2130e5e062f8b50 /scumm/script_v72he.cpp
parent2f86c6417d2e1456a509563d5d68a65760036a9a (diff)
downloadscummvm-rg350-ea8034865f4d6c38fc56173981e3946e172a03a2.tar.gz
scummvm-rg350-ea8034865f4d6c38fc56173981e3946e172a03a2.tar.bz2
scummvm-rg350-ea8034865f4d6c38fc56173981e3946e172a03a2.zip
The 'TextOn' ini setting is checked by earlier HE games too.
svn-id: r19613
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 a8ca787d17..2930f8f6f6 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -2208,7 +2208,7 @@ void ScummEngine_v72he::o72_writeINI() {
return;
ConfMan.set((char *)option, (char *)string);
- debug(0, "o72_writeINI: Option %s String %s", option);
+ debug(0, "o72_writeINI: Option %s String %s", option, string);
break;
default:
error("o72_writeINI: default type %d", type);