aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 35ec23b7cf..c2ba1001b8 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1909,7 +1909,7 @@ void ScummEngine_v72he::o72_writeINI() {
case 7: // string
copyScriptString(string);
copyScriptString(option);
- debug(1,"o72_writeINI: %s set to %s", option, option2);
+ debug(1,"o72_writeINI: %s set to %s", option, string);
break;
default:
error("o72_writeINI: default type %d", type);