aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/StartGameScript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/StartGameScript.cpp b/game/StartGameScript.cpp
index 273666c..466dbce 100644
--- a/game/StartGameScript.cpp
+++ b/game/StartGameScript.cpp
@@ -52,7 +52,7 @@ void StartGameScript::fixed_update(crepe::duration_t dt) {
AudioSource & background_music
= this->get_components_by_name<AudioSource>("background_music").front();
- background_music.play();
+ background_music.play(true);
this->took_jetpack = true;
}