From 2e53415afb091bfb0c17e59a88c3338e9a130d6b Mon Sep 17 00:00:00 2001 From: christoph Date: Wed, 19 May 2010 04:54:14 +0200 Subject: [PATCH] minor change: init the files in level-editor. --- leveleditor.lisp | 1 + 1 file changed, 1 insertion(+) 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|)) -- 2.20.1