diff options
author | Travis Howell | 2004-09-13 10:27:10 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-13 10:27:10 +0000 |
commit | 3c0ac41aa8bd3cbcd7a363d5deb0d0b0d02e0de0 (patch) | |
tree | 0132f7a0b5da85fd4c591e2a22fb3c1fe30b86de | |
parent | 5a4686b92d65033969823dd511cd7b9df6f86cf4 (diff) | |
download | scummvm-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.cpp | 2 |
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); |