diff options
-rw-r--r-- | scenes/game.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scenes/game.scm b/scenes/game.scm index f784356..2f6fc33 100644 --- a/scenes/game.scm +++ b/scenes/game.scm @@ -48,7 +48,6 @@ (define-asset game-font (load-bitmap-font "assets/fonts/good_neighbors_starling.xml")) (define-asset music - ;; TODO: no sound if mode is 'static! (load-audio "assets/sounds/birds.mp3" #:mode 'stream)) (define location |