X-Git-Url: http://uxul.de/gitweb/?p=uxul-world.git;a=blobdiff_plain;f=leveleditor.lisp;h=0f01e4009c4843eff3d75c80e2dd99c1e7e8228c;hp=86a6ccc5a6fa2ff806d08a55cb31450cb1256888;hb=2e53415afb091bfb0c17e59a88c3338e9a130d6b;hpb=a1b8d36904d4152a102637bdd61cbf064a247a72 diff --git a/leveleditor.lisp b/leveleditor.lisp index 86a6ccc..0f01e40 100644 --- a/leveleditor.lisp +++ b/leveleditor.lisp @@ -33,6 +33,7 @@ (defun prepare-images (&optional (care-about-initialization *leveleditor-images*)) (when (not care-about-initialization) (setf *leveleditor-images* (make-hash-table)) + (uxul-world::init-files) (setf (gethash 'uxul-world::uxul *leveleditor-images*) (stretched-image uxul-world::|uxul_small1|)) (setf (gethash 'uxul-world::leaf *leveleditor-images*) (stretched-image uxul-world::|leaf|)) (setf (gethash 'uxul-world::nasobem *leveleditor-images*) (stretched-image uxul-world::|nasobem|))