diff options
Diffstat (limited to 'engines/xeen/sound.h')
-rw-r--r-- | engines/xeen/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/sound.h b/engines/xeen/sound.h index ab71af9b43..e0629170ef 100644 --- a/engines/xeen/sound.h +++ b/engines/xeen/sound.h @@ -50,7 +50,7 @@ private: */ void update(); public: - bool _soundOn; + bool _fxOn; bool _musicOn; Common::String _currentMusic, _priorMusic; int _musicSide; @@ -118,7 +118,7 @@ public: /** * Sets whether sound effects is on */ - void setEffectsOn(bool isOn); + void setFxOn(bool isOn); /** * Called to reload sound settings |