aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2.h')
-rw-r--r--engines/cge2/cge2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index 62db99a4ab..363c7c431c 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -133,7 +133,7 @@ private:
void syncHeader(Common::Serializer &s);
bool loadGame(int slotNumber);
void resetGame();
- void syncSoundSettings();
+ void syncSpeechSettings();
public:
CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription);
virtual bool hasFeature(EngineFeature f) const;
@@ -285,7 +285,7 @@ public:
bool _flag[4];
bool _sayCap;
bool _sayVox;
- bool _oldSayVox;
+ int _oldSpeechVolume;
int _req;
NotifyFunctionType _midiNotify;
NotifyFunctionType _spriteNotify;