summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scenes/death.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/death.scm b/scenes/death.scm
index afa3981..676311c 100644
--- a/scenes/death.scm
+++ b/scenes/death.scm
@@ -181,7 +181,7 @@ quite short."))
(set-source-pitch! background-music a)
(set-source-volume! background-music a)
(set! fade-box-fill
- (make-color 0 0 0 a)))
+ (make-color 0 0 0 (1- a))))
#:ease ease-out-sine)
(source-stop background-music)
(abort-game)))