[Scummvm-cvs-logs] scummvm master -> 4066137f5daf90408aba77d7e96348937d2176d7

eriktorbjorn eriktorbjorn at telia.com
Wed Nov 9 22:16:07 CET 2011


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:
4066137f5d DRASCULA: Don't go straight to inventory after close volume settings.


Commit: 4066137f5daf90408aba77d7e96348937d2176d7
    https://github.com/scummvm/scummvm/commit/4066137f5daf90408aba77d7e96348937d2176d7
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2011-11-09T13:14:32-08:00

Commit Message:
DRASCULA: Don't go straight to inventory after close volume settings.

Changed paths:
    engines/drascula/sound.cpp



diff --git a/engines/drascula/sound.cpp b/engines/drascula/sound.cpp
index 413a631..cd7ea9c 100644
--- a/engines/drascula/sound.cpp
+++ b/engines/drascula/sound.cpp
@@ -78,6 +78,8 @@ void DrasculaEngine::volumeControls() {
 			;
 
 		if (rightMouseButton == 1) {
+			// Clear this to avoid going straight to the inventory
+			rightMouseButton = 0;
 			delay(100);
 			break;
 		}






More information about the Scummvm-git-logs mailing list