summaryrefslogtreecommitdiff
path: root/Creatures.cpp
diff options
context:
space:
mode:
authorCaldfir2012-04-05 19:40:37 -0700
committerCaldfir2012-04-05 19:40:37 -0700
commitf1b38ee217bdc2e562e9f1d9df0b1b89015d2346 (patch)
tree6e4dee89b015524b8daac1ae6896dd412b908d1e /Creatures.cpp
parentf0518d6835a332acb5807e5c7a7eac468031e218 (diff)
downloadstonesense-f1b38ee217bdc2e562e9f1d9df0b1b89015d2346.tar.gz
stonesense-f1b38ee217bdc2e562e9f1d9df0b1b89015d2346.tar.bz2
stonesense-f1b38ee217bdc2e562e9f1d9df0b1b89015d2346.tar.xz
Added preliminary version of clothed female dwarves.
Diffstat (limited to 'Creatures.cpp')
-rw-r--r--Creatures.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Creatures.cpp b/Creatures.cpp
index 05f923b..64cf633 100644
--- a/Creatures.cpp
+++ b/Creatures.cpp
@@ -278,6 +278,7 @@ void DrawCreature(int drawx, int drawy, t_unit* creature, Block * b){
unsigned int offsety = config.show_creature_names ? al_get_font_line_height(font) : 0;
sprite->draw_world(creature->x,creature->y, creature->z, b);
+
if(statusIcons.size())
{
for(int i = 0; i < statusIcons.size(); i++)