projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cacff9
)
fixed bug not using special editor graphics in editor
author
Holger Schemel
<info@artsoft.org>
Mon, 3 Aug 2015 18:41:58 +0000
(20:41 +0200)
committer
Holger Schemel
<info@artsoft.org>
Mon, 3 Aug 2015 18:41:58 +0000
(20:41 +0200)
src/editor.c
patch
|
blob
|
history
diff --git
a/src/editor.c
b/src/editor.c
index 6509cbbea2be3bc11221ad335ad693412d4a0db8..dc7fdc82ce8e760028335d404cbe00f4b5ac3987 100644
(file)
--- 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);
+ el2
ed
img(new_element), 0);
if (id == GADGET_ID_CUSTOM_GRAPHIC)
new_element = GFX_ELEMENT(new_element);