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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index df4e4f7fe0..0c5ab4d29c 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -195,7 +195,7 @@ public:
void optionTouch(int opt, uint16 mask);
void switchColorMode();
- void switchMusic();
+ void switchMusic(bool on);
void quit();
void setVolume(int idx, int cnt);
void switchCap();
@@ -267,6 +267,7 @@ public:
Dac *_bitmapPalette;
bool _music;
bool _musicMuted;
+ int _oldMusicVolume;
int _startupMode;
int _now;
int _sex;