aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.h
diff options
context:
space:
mode:
authoruruk2014-07-23 12:31:06 +0200
committeruruk2014-07-23 12:31:06 +0200
commit6336ddb3ce4a9b2b42fc53985bad2e6a69012188 (patch)
treed3f4d5c305cc66b48598dfb49bee62a33ba32466 /engines/cge2/cge2.h
parent4c3bd3e0f51d20019d0cfe237f23b3a0f237cf0e (diff)
downloadscummvm-rg350-6336ddb3ce4a9b2b42fc53985bad2e6a69012188.tar.gz
scummvm-rg350-6336ddb3ce4a9b2b42fc53985bad2e6a69012188.tar.bz2
scummvm-rg350-6336ddb3ce4a9b2b42fc53985bad2e6a69012188.zip
CGE2: Keep music setting in sync with the Launcher.
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;