aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorMax Horn2009-07-03 10:41:03 +0000
committerMax Horn2009-07-03 10:41:03 +0000
commit72512db7fb578ea47f916b7f7ef070b7a4d77694 (patch)
tree1812a17ee35ded0e4bcfc99b8608c90cfc93ad09 /engines/sci
parentcbea1a11935074090f737737e0a26d43cd708f89 (diff)
downloadscummvm-rg350-72512db7fb578ea47f916b7f7ef070b7a4d77694.tar.gz
scummvm-rg350-72512db7fb578ea47f916b7f7ef070b7a4d77694.tar.bz2
scummvm-rg350-72512db7fb578ea47f916b7f7ef070b7a4d77694.zip
SCI: Fixed warning
svn-id: r42055
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/engine/scriptdebug.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/sci/engine/scriptdebug.cpp b/engines/sci/engine/scriptdebug.cpp
index dbcd778160..a79fec2489 100644
--- a/engines/sci/engine/scriptdebug.cpp
+++ b/engines/sci/engine/scriptdebug.cpp
@@ -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;