aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
authorFilippos Karapetis2009-05-27 16:45:42 +0000
committerFilippos Karapetis2009-05-27 16:45:42 +0000
commitc75bdbc8e95946e1388fa45b086f8f37566ce886 (patch)
tree636e534e235d1535cc641271e9a81d71593fb343 /engines/sci/engine
parent9fd5611fe4f03c7e8cd61edf077c1f6bcf699008 (diff)
downloadscummvm-rg350-c75bdbc8e95946e1388fa45b086f8f37566ce886.tar.gz
scummvm-rg350-c75bdbc8e95946e1388fa45b086f8f37566ce886.tar.bz2
scummvm-rg350-c75bdbc8e95946e1388fa45b086f8f37566ce886.zip
- SQ5 floppy starts now
- Added a new console command, "room", which shows the current room svn-id: r40943
Diffstat (limited to 'engines/sci/engine')
-rw-r--r--engines/sci/engine/ksound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/ksound.cpp b/engines/sci/engine/ksound.cpp
index 613412839b..54a65249e1 100644
--- a/engines/sci/engine/ksound.cpp
+++ b/engines/sci/engine/ksound.cpp
@@ -1076,6 +1076,7 @@ reg_t kDoSync(EngineState *s, int funct_nr, int argc, reg_t *argv) {
PUT_SEL32V(argv[1], syncCue, -1);
}
} else if (argc == 7) { // SQ4CD or newer
+ // TODO
warning("kDoSync: Start called with new semantics - 6 parameters: %d %d %d %d %d %d", UKPV(1), UKPV(2), UKPV(3), UKPV(4), UKPV(5), UKPV(6));
} else { // Hopefully, this should never happen
warning("kDoSync: Start called with an unknown number of parameters (%d)", argc);