From: Holger Schemel Date: Mon, 3 Aug 2015 18:41:58 +0000 (+0200) Subject: fixed bug not using special editor graphics in editor X-Git-Tag: 4.0.0.0-rc1~160 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=e2af6910a4e0e3312ccca5737d198e6921db6344 fixed bug not using special editor graphics in editor --- diff --git a/src/editor.c b/src/editor.c index 6509cbbe..dc7fdc82 100644 --- a/src/editor.c +++ b/src/editor.c @@ -10921,7 +10921,7 @@ static void HandleDrawingAreas(struct GadgetInfo *gi) DrawFixedGraphicExt(drawto, gi->x + sx * TILEX, gi->y + sy * TILEY, - el2img(new_element), 0); + el2edimg(new_element), 0); if (id == GADGET_ID_CUSTOM_GRAPHIC) new_element = GFX_ELEMENT(new_element);