aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-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;