aboutsummaryrefslogtreecommitdiff
path: root/simon/debug.cpp
diff options
context:
space:
mode:
authorMax Horn2003-12-01 00:45:16 +0000
committerMax Horn2003-12-01 00:45:16 +0000
commit242efda7fb8260fbd2120e2e7fc22de2b12bb371 (patch)
tree38be962a252ce5babefe69590320baf31c91c704 /simon/debug.cpp
parent577aad5eddf9bf9c3df67a92da1f34446e20d6e5 (diff)
downloadscummvm-rg350-242efda7fb8260fbd2120e2e7fc22de2b12bb371.tar.gz
scummvm-rg350-242efda7fb8260fbd2120e2e7fc22de2b12bb371.tar.bz2
scummvm-rg350-242efda7fb8260fbd2120e2e7fc22de2b12bb371.zip
cleanup
svn-id: r11439
Diffstat (limited to 'simon/debug.cpp')
-rw-r--r--simon/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/debug.cpp b/simon/debug.cpp
index d1eb7c1e62..339e13cca0 100644
--- a/simon/debug.cpp
+++ b/simon/debug.cpp
@@ -183,7 +183,7 @@ void SimonEngine::dump_video_script(byte *src, bool one_opcode_only) {
opcode = *src++;
}
- if (opcode >= gss->NUM_VIDEO_OP_CODES) {
+ if (opcode >= NUM_VIDEO_OP_CODES) {
error("Invalid opcode %x\n", opcode);
return;
}