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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index 4750d4a996..8e94683824 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -225,6 +225,7 @@ public:
void switchSay();
void initToolbar();
void initVolumeSwitch(Sprite *volSwitch, int val);
+ void checkMute();
void checkSounds();
@@ -306,6 +307,7 @@ public:
int _oldMusicVolume;
int _oldSfxVolume;
bool _music;
+ bool _muteAll;
ResourceManager *_resman;
Vga *_vga;