aboutsummaryrefslogtreecommitdiff
path: root/ai.scm
diff options
context:
space:
mode:
Diffstat (limited to 'ai.scm')
-rw-r--r--ai.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ai.scm b/ai.scm
index e6c1ec1..9240eba 100644
--- a/ai.scm
+++ b/ai.scm
@@ -1,11 +1,11 @@
-(module downstroke/ai *
+(module downstroke-ai *
(import scheme
(chicken base)
(chicken keyword)
(only srfi-1 find)
states
- downstroke/entity
- downstroke/world)
+ downstroke-entity
+ downstroke-world)
;; Patrol speed in pixels per frame
(define *patrol-speed* 1)