minor change: init the files in level-editor.
authorchristoph <christoph@christoph-laptop.(none)>
Wed, 19 May 2010 02:54:14 +0000 (04:54 +0200)
committerchristoph <christoph@christoph-laptop.(none)>
Wed, 19 May 2010 02:54:14 +0000 (04:54 +0200)
leveleditor.lisp

index 86a6ccc..0f01e40 100644 (file)
@@ -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|))