Skip to content

Commit

Permalink
SCI: Add some debug code to op_line
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Jul 26, 2012
1 parent c0beaf2 commit 34d00f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sci/engine/vm.cpp
Expand Up @@ -1173,6 +1173,7 @@ void run_vm(EngineState *s) {

case op_line: // 0x3f (63)
// Debug opcode (line number)
//debug("Script %d, line %d", scr->getScriptNumber(), opparams[0]);
break;

case op_lag: // 0x40 (64)
Expand Down

0 comments on commit 34d00f5

Please sign in to comment.