SCI: Fixed warning
svn-id: r42055
This commit is contained in:
parent
cbea1a1193
commit
72512db7fb
1 changed files with 7 additions and 0 deletions
|
@ -377,6 +377,13 @@ void script_debug(EngineState *s, reg_t *pc, StackPtr *sp, StackPtr *pp, reg_t *
|
|||
return; // CORRECT global?
|
||||
break;
|
||||
|
||||
case kDebugSeekSO:
|
||||
// FIXME: Unhandled?
|
||||
break;
|
||||
|
||||
case kDebugSeekNothing:
|
||||
// FIXME: Unhandled?
|
||||
break;
|
||||
}
|
||||
|
||||
debugState.seeking = kDebugSeekNothing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue