summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
Diffstat (limited to 'scenes')
-rw-r--r--scenes/death.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/death.scm b/scenes/death.scm
index 9b7a233..336294a 100644
--- a/scenes/death.scm
+++ b/scenes/death.scm
@@ -227,6 +227,7 @@ void main (void) {
(define (death)
(set-music-volume! 1.0)
(stop-music)
+ (resume-music)
(play-music (load-music "assets/music/death.ogg") #:loop? #t)
(let* ((death (make <death>
#:origin (vec2 (- (/ %width 2))