aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2012-10-08 23:14:02 +0300
committerFilippos Karapetis2012-10-08 23:14:02 +0300
commit676f303a33859d603b8838e185dcfd08f50125d8 (patch)
tree4b49a10277611b18caf4eff31314febefaa14601
parenta73e3f44add407f28f1b790d11a9317200a2cb39 (diff)
downloadscummvm-rg350-676f303a33859d603b8838e185dcfd08f50125d8.tar.gz
scummvm-rg350-676f303a33859d603b8838e185dcfd08f50125d8.tar.bz2
scummvm-rg350-676f303a33859d603b8838e185dcfd08f50125d8.zip
SCI: Document syncIngameAudioOptions()
-rw-r--r--engines/sci/sci.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 9f18219cb7..5dcc64462d 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -228,6 +228,13 @@ public:
bool canLoadGameStateCurrently();
bool canSaveGameStateCurrently();
void syncSoundSettings();
+
+ /**
+ * Syncs the audio options of the ScummVM launcher (speech, subtitles or
+ * both) with the in-game audio options of certain CD game versions. For
+ * some games, this allows simultaneous playing of speech and subtitles,
+ * even if the original games didn't support this feature.
+ */
void syncIngameAudioOptions();
const SciGameId &getGameId() const { return _gameId; }