mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
cleanup
svn-id: r11439
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user