diff options
Diffstat (limited to 'scumm/script_v5.cpp')
| -rw-r--r-- | scumm/script_v5.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index b06830ce08..857883cfa2 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -907,7 +907,7 @@ void ScummEngine_v5::saveVars() { void ScummEngine_v5::loadVars() { int a, b; - hexdump(_scriptPointer, 64); +// Common::hexdump(_scriptPointer, 64); while ((_opcode = fetchScriptByte()) != 0) { switch (_opcode & 0x1F) { case 0x01: // read a range of variables |
