aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.cpp
diff options
context:
space:
mode:
authorHenry Bush2009-02-01 11:56:12 +0000
committerHenry Bush2009-02-01 11:56:12 +0000
commit6438c40958a09561f785631d8a5dddf0a37f52d0 (patch)
tree4e88d909bc7593d0d2feabad06872ba0c147c493 /engines/groovie/script.cpp
parent6abcac40de30bb42a16899b0f0dd7f6332fa736f (diff)
downloadscummvm-rg350-6438c40958a09561f785631d8a5dddf0a37f52d0.tar.gz
scummvm-rg350-6438c40958a09561f785631d8a5dddf0a37f52d0.tar.bz2
scummvm-rg350-6438c40958a09561f785631d8a5dddf0a37f52d0.zip
T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct level at end of applyfading, in case it gets set to correct level during it.
svn-id: r36173
Diffstat (limited to 'engines/groovie/script.cpp')
-rw-r--r--engines/groovie/script.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index d2518b85b4..88b2d3e4d9 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -581,8 +581,6 @@ void Script::o_inputloopstart() {
_mouseClicked = _eventMouseClicked;
_eventMouseClicked = false;
- //_vm->_musicPlayer->startBackground();
-
// Save the current pressed character for the whole loop
_kbdChar = _eventKbdChar;
_eventKbdChar = 0;