aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-09-13 10:27:10 +0000
committerTravis Howell2004-09-13 10:27:10 +0000
commit3c0ac41aa8bd3cbcd7a363d5deb0d0b0d02e0de0 (patch)
tree0132f7a0b5da85fd4c591e2a22fb3c1fe30b86de
parent5a4686b92d65033969823dd511cd7b9df6f86cf4 (diff)
downloadscummvm-rg350-3c0ac41aa8bd3cbcd7a363d5deb0d0b0d02e0de0.tar.gz
scummvm-rg350-3c0ac41aa8bd3cbcd7a363d5deb0d0b0d02e0de0.tar.bz2
scummvm-rg350-3c0ac41aa8bd3cbcd7a363d5deb0d0b0d02e0de0.zip
*** empty log message ***
svn-id: r15091
-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);