diff options
| author | Caldfir | 2012-04-05 19:40:37 -0700 |
|---|---|---|
| committer | Caldfir | 2012-04-05 19:40:37 -0700 |
| commit | f1b38ee217bdc2e562e9f1d9df0b1b89015d2346 (patch) | |
| tree | 6e4dee89b015524b8daac1ae6896dd412b908d1e /Creatures.cpp | |
| parent | f0518d6835a332acb5807e5c7a7eac468031e218 (diff) | |
| download | stonesense-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.cpp | 1 |
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++)
|
