diff options
author | johndoe123 | 2014-04-17 23:17:39 +0200 |
---|---|---|
committer | johndoe123 | 2014-04-17 23:17:39 +0200 |
commit | 191b258593f83239c76c8f864116845675aa2f94 (patch) | |
tree | c0a40d2de3e93b8663829174a0c5c5ad8ad758b9 | |
parent | 88be409dc3cbab96ade83898a5269364799864bc (diff) | |
download | scummvm-rg350-191b258593f83239c76c8f864116845675aa2f94.tar.gz scummvm-rg350-191b258593f83239c76c8f864116845675aa2f94.tar.bz2 scummvm-rg350-191b258593f83239c76c8f864116845675aa2f94.zip |
NEVERHOOD: Fix compilation
-rw-r--r-- | engines/neverhood/modules/module2300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/modules/module2300.h b/engines/neverhood/modules/module2300.h index b5758b0c86..58bffb710c 100644 --- a/engines/neverhood/modules/module2300.h +++ b/engines/neverhood/modules/module2300.h @@ -37,7 +37,7 @@ public: virtual ~Module2300(); protected: int _sceneNum; - int _soundVolume; + int _waterfallSoundVolume; bool _isWaterfallRunning; void createScene(int sceneNum, int which); void updateScene(); |