mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
fix example 'tilt-sensor'
This commit is contained in:
parent
15fc8c062a
commit
68041b4b8d
2 changed files with 61 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
(set-visible x y (aref *maze* x y)))))
|
||||
|
||||
(defun new-maze ()
|
||||
(setf *maze* (make-array (list *width* *height*)
|
||||
(setf *maze* (make-array (list (1+ *width*) (1+ *height*))
|
||||
:initial-element t))
|
||||
(display-maze)
|
||||
(qlater 'generate-maze))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue