projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5b164c
)
fixed custom graphics for dragon flames not being correctly scaled up/down
author
Holger Schemel
<info@artsoft.org>
Thu, 21 Apr 2016 17:53:05 +0000
(19:53 +0200)
committer
Holger Schemel
<info@artsoft.org>
Thu, 21 Apr 2016 17:53:05 +0000
(19:53 +0200)
src/init.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index 5452aff35b1c6a189c89bddd01f6b8b315ee6c91..eac5ad1f598e2e75411105c2f65216e6ba71fe72 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-170,6
+170,18
@@
void InitElementSmallImages()
static int special_graphics[] =
{
+ IMG_FLAMES_1_LEFT,
+ IMG_FLAMES_2_LEFT,
+ IMG_FLAMES_3_LEFT,
+ IMG_FLAMES_1_RIGHT,
+ IMG_FLAMES_2_RIGHT,
+ IMG_FLAMES_3_RIGHT,
+ IMG_FLAMES_1_UP,
+ IMG_FLAMES_2_UP,
+ IMG_FLAMES_3_UP,
+ IMG_FLAMES_1_DOWN,
+ IMG_FLAMES_2_DOWN,
+ IMG_FLAMES_3_DOWN,
IMG_EDITOR_ELEMENT_BORDER,
IMG_EDITOR_ELEMENT_BORDER_INPUT,
IMG_EDITOR_CASCADE_LIST,