aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-12-22 13:58:28 +0000
committerFilippos Karapetis2010-12-22 13:58:28 +0000
commita5db8902600a217c5acfbea391a8a3c55dc47f93 (patch)
tree49ec71cc842018b5143ad9fdb4ccc1a64e4ed5db /engines/sci/sci.h
parent166f3f2dfd1201a19c107ef9550ca43afbae034c (diff)
downloadscummvm-rg350-a5db8902600a217c5acfbea391a8a3c55dc47f93.tar.gz
scummvm-rg350-a5db8902600a217c5acfbea391a8a3c55dc47f93.tar.bz2
scummvm-rg350-a5db8902600a217c5acfbea391a8a3c55dc47f93.zip
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
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h2
1 files changed, 1 insertions, 1 deletions
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;