diff options
author | Torbjörn Andersson | 2011-11-09 22:14:32 +0100 |
---|---|---|
committer | Torbjörn Andersson | 2011-11-09 22:14:32 +0100 |
commit | 4066137f5daf90408aba77d7e96348937d2176d7 (patch) | |
tree | 46171c7fc98c0b8b85528c68af27fc2fba8170b3 /engines | |
parent | 949b30dc36efd4c25822f83c6869179ea0f36dd2 (diff) | |
download | scummvm-rg350-4066137f5daf90408aba77d7e96348937d2176d7.tar.gz scummvm-rg350-4066137f5daf90408aba77d7e96348937d2176d7.tar.bz2 scummvm-rg350-4066137f5daf90408aba77d7e96348937d2176d7.zip |
DRASCULA: Don't go straight to inventory after close volume settings.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/drascula/sound.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/drascula/sound.cpp b/engines/drascula/sound.cpp index 413a631118..cd7ea9cb2f 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; } |