summaryrefslogtreecommitdiff
path: root/SpriteColors.h
diff options
context:
space:
mode:
authorPetr Mrázek2011-12-02 10:38:43 +0100
committerPetr Mrázek2011-12-02 10:38:43 +0100
commit7d788284afa871fb6c36c937f45eaf22ea49bab2 (patch)
tree43b819290958d8b64689bd01da56feaf5236d597 /SpriteColors.h
parent71d28909ec397d0a772e6135a822cc1c4a5fd3a7 (diff)
downloadstonesense-7d788284afa871fb6c36c937f45eaf22ea49bab2.tar.gz
stonesense-7d788284afa871fb6c36c937f45eaf22ea49bab2.tar.bz2
stonesense-7d788284afa871fb6c36c937f45eaf22ea49bab2.tar.xz
df_creature -> df_unit
Diffstat (limited to 'SpriteColors.h')
-rw-r--r--SpriteColors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SpriteColors.h b/SpriteColors.h
index 6907997..4516bde 100644
--- a/SpriteColors.h
+++ b/SpriteColors.h
@@ -4,8 +4,8 @@
ALLEGRO_COLOR getSpriteColor(t_SpriteWithOffset &sprite, t_matglossPair material, t_matglossPair layerMaterial, t_matglossPair veinMaterial);
ALLEGRO_COLOR getSpriteColor(t_subSprite &sprite, t_matglossPair material, t_matglossPair layerMaterial, t_matglossPair veinMaterial);
-ALLEGRO_COLOR getSpriteColor(t_SpriteWithOffset &sprite, t_creature* creature);
-ALLEGRO_COLOR getSpriteColor(t_subSprite &sprite, t_creature* creature);
+ALLEGRO_COLOR getSpriteColor(t_SpriteWithOffset &sprite, t_unit* creature);
+ALLEGRO_COLOR getSpriteColor(t_subSprite &sprite, t_unit* creature);
ALLEGRO_COLOR getDfColor(int color);
ALLEGRO_COLOR getDfColor(int color, int bright);
int getJobColor(unsigned char job); \ No newline at end of file