]> git.jsancho.org Git - gacela.git/commitdiff
(no commit message)
authorjsancho <devnull@localhost>
Sun, 5 Jun 2011 15:10:10 +0000 (15:10 +0000)
committerjsancho <devnull@localhost>
Sun, 5 Jun 2011 15:10:10 +0000 (15:10 +0000)
src/gacela_mobs.scm

index 3f7fb74e627323130b94ff86b2758dcb001fab0a..5d4894c57838986046c7cf00c126a18f41d6ee2e 100755 (executable)
@@ -46,4 +46,4 @@
 
 (define-macro (get-mobs-function)
   (let ((mobs (get-active-mobs)))
-    `(lambda () ,@(map (lambda (mob) `(,mob)) ,mobs))))
+    `(lambda () ,@(map (lambda (mob) `(,mob)) mobs))))