aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/script.cpp')
-rw-r--r--engines/groovie/script.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index 99698a6148..a8feda0805 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -582,6 +582,8 @@ void Script::o_inputloopstart() {
_mouseClicked = _eventMouseClicked;
_eventMouseClicked = false;
+ _vm->_musicPlayer->startBackground();
+
// Save the current pressed character for the whole loop
_kbdChar = _eventKbdChar;
_eventKbdChar = 0;