aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-11-20 20:30:31 +0000
committerFilippos Karapetis2009-11-20 20:30:31 +0000
commit57c87745e11224c8b93d92ac5d286b803f5d6212 (patch)
tree3e48211f471ec950df50890cac0481aa68564cfd /engines/sci/engine/vm.h
parent16145c431a87a977db68617da08391d8b5685643 (diff)
downloadscummvm-rg350-57c87745e11224c8b93d92ac5d286b803f5d6212.tar.gz
scummvm-rg350-57c87745e11224c8b93d92ac5d286b803f5d6212.tar.bz2
scummvm-rg350-57c87745e11224c8b93d92ac5d286b803f5d6212.zip
Removed the syncTime and syncCue selectors from the list of static selectors, along with their relevant FIXMEs. These selectors are used for lip syncing in CD talkie games, which always got a selector vocabulary, so we don't need to hardcode them. Did some further simplification/rewrite of the static selector tables
svn-id: r46019
Diffstat (limited to 'engines/sci/engine/vm.h')
-rw-r--r--engines/sci/engine/vm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h
index ed1d978b56..b0afddf3cd 100644
--- a/engines/sci/engine/vm.h
+++ b/engines/sci/engine/vm.h
@@ -184,7 +184,8 @@ struct SelectorCache {
Selector topString; // SCI1 scroll lists use this instead of lsTop
Selector flags;
- // SCI1+ music-related selectors, not static
+ // SCI1+ audio sync related selectors, not static. They're used for lip syncing in
+ // CD talkie games
Selector syncCue; // Used by DoSync()
Selector syncTime;