aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/game.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-07-21 20:12:35 +0000
committerJohannes Schickel2010-07-21 20:12:35 +0000
commite3d1ec482c510d0b7a851cb0d2a675bad79a2ec9 (patch)
tree7007a05a1bb4f2756c0bb815fccac991cb380f0e /engines/lure/game.h
parent4d437bafd8be1966df8d690d46d2bebf78380ed1 (diff)
downloadscummvm-rg350-e3d1ec482c510d0b7a851cb0d2a675bad79a2ec9.tar.gz
scummvm-rg350-e3d1ec482c510d0b7a851cb0d2a675bad79a2ec9.tar.bz2
scummvm-rg350-e3d1ec482c510d0b7a851cb0d2a675bad79a2ec9.zip
LURE: Make LURE respect the mute settings.
svn-id: r51101
Diffstat (limited to 'engines/lure/game.h')
-rw-r--r--engines/lure/game.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/lure/game.h b/engines/lure/game.h
index 3864e9c205..123ac0dca7 100644
--- a/engines/lure/game.h
+++ b/engines/lure/game.h
@@ -48,8 +48,6 @@ class Game {
private:
Debugger *_debugger;
bool _fastTextFlag, _soundFlag;
- uint8 _sfxVolume;
- uint8 _musicVolume;
uint8 _state;
uint16 _tellCommands[MAX_TELL_COMMANDS * 3 + 1];
int _numTellCommands;
@@ -87,8 +85,6 @@ public:
bool &debugFlag() { return _debugFlag; }
bool fastTextFlag() { return _fastTextFlag; }
bool soundFlag() { return _soundFlag; }
- uint8 sfxVolume() { return ConfMan.getInt("sfx_volume"); }
- uint8 musicVolume() { return ConfMan.getInt("music_volume"); }
Debugger &debugger() { return *_debugger; }
// Menu item support methods