aboutsummaryrefslogtreecommitdiff
path: root/sword2/controls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/controls.cpp')
-rw-r--r--sword2/controls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/controls.cpp b/sword2/controls.cpp
index 5d2936b006..08444ed4d9 100644
--- a/sword2/controls.cpp
+++ b/sword2/controls.cpp
@@ -1586,7 +1586,7 @@ void Gui::restartControl(void) {
// Restart the game. To do this, we must...
// Stop music instantly!
- _vm->_sound->stopMusic();
+ _vm->_sound->stopMusic(true);
// In case we were dead - well we're not anymore!
Logic::_scriptVars[DEAD] = 0;