From a5db8902600a217c5acfbea391a8a3c55dc47f93 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 22 Dec 2010 13:58:28 +0000 Subject: SCI: Sync in-game speech/subtitle options with the ones from the ScummVM GUI. - Obtain speech/subtitle options from the ScummVM GUI and set them in CD games. - Also, set simultaneous speech and subtitles in games that support them (currently SQ4 CD and Freddy Pharkas CD). There is no GUI option for setting simultaneous speech and subtitles in Freddy Pharkas CD, so this is the only current way of achieving this (unless the text speed slider inside the Freddy Pharkas options window is repurposed - but that will require extensive changes) svn-id: r55005 --- engines/sci/sci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 716419d103..91ab491945 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -206,7 +206,6 @@ enum kLanguage { K_LANG_PORTUGUESE = 351 }; - class SciEngine : public Engine { friend class Console; public: @@ -224,6 +223,7 @@ public: bool canLoadGameStateCurrently(); bool canSaveGameStateCurrently(); void syncSoundSettings(); + void syncIngameAudioOptions(); const SciGameId &getGameId() const { return _gameId; } const char *getGameIdStr() const; -- cgit v1.2.3