SCI: Fixed warning

svn-id: r42055
This commit is contained in:
Max Horn 2009-07-03 10:41:03 +00:00
parent cbea1a1193
commit 72512db7fb

View file

@ -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;