aboutsummaryrefslogtreecommitdiff
path: root/game/StartGameScript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/StartGameScript.cpp')
-rw-r--r--game/StartGameScript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/StartGameScript.cpp b/game/StartGameScript.cpp
index 1a7e3e7..e88b329 100644
--- a/game/StartGameScript.cpp
+++ b/game/StartGameScript.cpp
@@ -57,7 +57,7 @@ void StartGameScript::fixed_update(crepe::duration_t dt) {
AudioSource & background_music
= this->get_components_by_name<AudioSource>("background_music").front();
- //background_music.play(true);
+ background_music.play(true);
this->took_jetpack = true;
}