aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
authorHenry Bush2009-02-01 09:05:23 +0000
committerHenry Bush2009-02-01 09:05:23 +0000
commitb1c58328a56a4e5e60e3f2034550bc96763f9c24 (patch)
treec8b530b6a9c5d83f4abc617691600d9a4fcfb6ae /engines/groovie
parent20d1e78fa6e7471a3d7b381ea8b2086cbf7d69bb (diff)
downloadscummvm-rg350-b1c58328a56a4e5e60e3f2034550bc96763f9c24.tar.gz
scummvm-rg350-b1c58328a56a4e5e60e3f2034550bc96763f9c24.tar.bz2
scummvm-rg350-b1c58328a56a4e5e60e3f2034550bc96763f9c24.zip
T7G: revert r36125 until I figure out why it broke general midi music
svn-id: r36170
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index 14dfcf5c9d..d2518b85b4 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -581,7 +581,7 @@ void Script::o_inputloopstart() {
_mouseClicked = _eventMouseClicked;
_eventMouseClicked = false;
- _vm->_musicPlayer->startBackground();
+ //_vm->_musicPlayer->startBackground();
// Save the current pressed character for the whole loop
_kbdChar = _eventKbdChar;