X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Feditor.c;h=dc7fdc82ce8e760028335d404cbe00f4b5ac3987;hb=e2af6910a4e0e3312ccca5737d198e6921db6344;hp=6509cbbea2be3bc11221ad335ad693412d4a0db8;hpb=9cacff9f1079f93be93a5054042a1bd3eba6de65;p=rocksndiamonds.git 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);