diff options
| author | Travis Howell | 2005-03-08 03:52:02 +0000 |
|---|---|---|
| committer | Travis Howell | 2005-03-08 03:52:02 +0000 |
| commit | d2dab235106851ac25ca4992a07678863011045b (patch) | |
| tree | 9ea2008bedc182bfedb7c1e6c7ea1bc9a7676b98 /scumm/script_v72he.cpp | |
| parent | e4bfdcaeddc611ff8cf5a8fa54dcf9726b7fffa5 (diff) | |
| download | scummvm-rg350-d2dab235106851ac25ca4992a07678863011045b.tar.gz scummvm-rg350-d2dab235106851ac25ca4992a07678863011045b.tar.bz2 scummvm-rg350-d2dab235106851ac25ca4992a07678863011045b.zip | |
Add HE100 difference in opcode.
svn-id: r17033
Diffstat (limited to 'scumm/script_v72he.cpp')
| -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 1adeedae51..e4b7d93e02 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -634,7 +634,7 @@ void ScummEngine_v72he::o72_addMessageToStack() { // Filter out pointless trace messages, which often flood if (strcmp((char *)_stringBuffer, "no trace") && strcmp((char *)_stringBuffer, "trace on")) - debug(0,"o72_addMessageToStack(\"%s\")", _scriptPointer); + debug(1,"o72_addMessageToStack(\"%s\")", _scriptPointer); _scriptPointer += _stringLength; } |
