summaryrefslogtreecommitdiff
path: root/game.scm
diff options
context:
space:
mode:
Diffstat (limited to 'game.scm')
-rw-r--r--game.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/game.scm b/game.scm
index 04c0a65..aa478ab 100644
--- a/game.scm
+++ b/game.scm
@@ -953,10 +953,8 @@
(wait 5))
16)))))
(forever
- (pk 'change-velocity)
(set-enemy-dx! flyer 0.5)
(wait 60)
- (pk 'change-velocity)
(set-enemy-dx! flyer -0.5)
(wait 60)))
(spawn-flyer0* x y script))