aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
authorFilippos Karapetis2019-07-09 02:20:48 +0300
committerFilippos Karapetis2019-07-09 02:21:18 +0300
commitcc1bdf67f507fcb6a782a6f568cfbca15d6a49bb (patch)
tree8a3e7ff6196205d09f81988f952a761cc99603d4 /engines/sci/engine
parent4339ae509468ce527d140a8859830f51184ef1f8 (diff)
downloadscummvm-rg350-cc1bdf67f507fcb6a782a6f568cfbca15d6a49bb.tar.gz
scummvm-rg350-cc1bdf67f507fcb6a782a6f568cfbca15d6a49bb.tar.bz2
scummvm-rg350-cc1bdf67f507fcb6a782a6f568cfbca15d6a49bb.zip
SCI32: Remove some Hoyle 5 TODOs
Hoyle 5 does not show subtitles, even though it does contain text for all of the included speech in its resource files
Diffstat (limited to 'engines/sci/engine')
-rw-r--r--engines/sci/engine/features.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/engine/features.cpp b/engines/sci/engine/features.cpp
index df57655d8a..5d01aea32f 100644
--- a/engines/sci/engine/features.cpp
+++ b/engines/sci/engine/features.cpp
@@ -553,7 +553,7 @@ bool GameFeatures::supportsSpeechWithSubtitles() const {
case GID_LAURABOW2:
case GID_KQ6:
#ifdef ENABLE_SCI32
- // TODO: Hoyle5, SCI3
+ // TODO: SCI3
case GID_GK1:
case GID_KQ7:
case GID_LSL6HIRES:
@@ -598,7 +598,7 @@ MessageTypeSyncStrategy GameFeatures::getMessageTypeSyncStrategy() const {
#ifdef ENABLE_SCI32
switch (g_sci->getGameId()) {
- // TODO: Hoyle5, SCI3
+ // TODO: SCI3
case GID_GK1:
case GID_PQ4:
case GID_QFG4: