aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
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() {