diff options
Diffstat (limited to 'the-price-of-a-cup-of-coffee.lisp')
-rw-r--r-- | the-price-of-a-cup-of-coffee.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/the-price-of-a-cup-of-coffee.lisp b/the-price-of-a-cup-of-coffee.lisp index 31929fd..9b51e83 100644 --- a/the-price-of-a-cup-of-coffee.lisp +++ b/the-price-of-a-cup-of-coffee.lisp @@ -453,7 +453,8 @@ (defun spawn-pedestrian-loop () (when (< (length *pedestrians*) *pedestrian-count*) (spawn-pedestrian)) - (pause-then 1200 #'spawn-pedestrian-loop)) + (pause-then 600 #'spawn-pedestrian-loop)) + ;;;; ANIMATIONS AND SEQUENCES (defun update-tweens (time) |