From 3c0ac41aa8bd3cbcd7a363d5deb0d0b0d02e0de0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 13 Sep 2004 10:27:10 +0000 Subject: *** empty log message *** svn-id: r15091 --- scumm/script_v72he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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); -- cgit v1.2.3