From 242efda7fb8260fbd2120e2e7fc22de2b12bb371 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 1 Dec 2003 00:45:16 +0000 Subject: cleanup svn-id: r11439 --- simon/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon/debug.cpp') 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; } -- cgit v1.2.3