From 676f303a33859d603b8838e185dcfd08f50125d8 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 8 Oct 2012 23:14:02 +0300 Subject: SCI: Document syncIngameAudioOptions() --- engines/sci/sci.h | 7 +++++++ 1 file changed, 7 insertions(+) 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; } -- cgit v1.2.3