svn-id: r11439
This commit is contained in:
Max Horn
2003-12-01 00:45:16 +00:00
parent 577aad5edd
commit 242efda7fb
6 changed files with 52 additions and 88 deletions
+1 -1
View File
@@ -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;
}