X-Git-Url: http://uxul.de/gitweb/?p=uxul-world.git;a=blobdiff_plain;f=leveleditor.lisp;fp=leveleditor.lisp;h=57000602e13c0b488588fd93f0efb28666e9dc68;hp=c70c70648e25f45a8d45cc68680f8688bc240515;hb=470725f4a2f682d02fb15183cc596c7fa5c7b761;hpb=32d336f81c7ba63968f935b66d6b601ecf9d400b diff --git a/leveleditor.lisp b/leveleditor.lisp index c70c706..5700060 100755 --- a/leveleditor.lisp +++ b/leveleditor.lisp @@ -52,7 +52,7 @@ (defun stretched-image (imgs) "Resize that image to 32x32 and convert it into a ppm." (bmp-to-gif - (uxul-world::resize-bmp-blob (car imgs) 32 32))) + (uxul-world::resize-bmp-blob imgs 32 32))) (defun annotated-image (img ann) "Add a (lower-left) annotation."