[Scummvm-cvs-logs] scummvm master -> 191b258593f83239c76c8f864116845675aa2f94

johndoe123 benjamin.haisch at t-online.de
Thu Apr 17 23:18:19 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
191b258593 NEVERHOOD: Fix compilation


Commit: 191b258593f83239c76c8f864116845675aa2f94
    https://github.com/scummvm/scummvm/commit/191b258593f83239c76c8f864116845675aa2f94
Author: johndoe123 (john_doe at techie.com)
Date: 2014-04-17T23:17:39+02:00

Commit Message:
NEVERHOOD: Fix compilation

Changed paths:
    engines/neverhood/modules/module2300.h



diff --git a/engines/neverhood/modules/module2300.h b/engines/neverhood/modules/module2300.h
index b5758b0..58bffb7 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();






More information about the Scummvm-git-logs mailing list