diff options
Diffstat (limited to 'game.scm')
-rw-r--r-- | game.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1254,6 +1254,7 @@ (set! *game-state* 'play) (scheduler-reset! *scheduler*) (set! *scroll* 0.0) + ;; (set! *scroll* (* 250.0 tile-height)) (set! *last-scroll* 0.0) (set! *last-row-scanned* (level-height level)) (bullet-pool-reset! player-bullets) |