mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
8 lines
181 B
Common Lisp
8 lines
181 B
Common Lisp
;;; this file will be loaded every time QML has been reloaded
|
|
|
|
(in-package :qsoko)
|
|
|
|
(progn
|
|
(let ((*no-delete* t))
|
|
(set-maze))
|
|
(q> |to| ui:*level* (1- (length *my-mazes*))))
|