[Scummvm-cvs-logs] scummvm master -> 676f303a33859d603b8838e185dcfd08f50125d8

bluegr bluegr at gmail.com
Mon Oct 8 22:16:48 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
676f303a33 SCI: Document syncIngameAudioOptions()


Commit: 676f303a33859d603b8838e185dcfd08f50125d8
    https://github.com/scummvm/scummvm/commit/676f303a33859d603b8838e185dcfd08f50125d8
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-10-08T13:14:02-07:00

Commit Message:
SCI: Document syncIngameAudioOptions()

Changed paths:
    engines/sci/sci.h



diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 9f18219..5dcc644 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; }






More information about the Scummvm-git-logs mailing list