summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiledgnbuf.cc
diff options
context:
space:
mode:
authorontoclasm <yokomeshi@gmail.com>2013-02-09 04:00:09 -0600
committerontoclasm <yokomeshi@gmail.com>2013-02-09 04:00:09 -0600
commitead9bbd0dedf4009f262ebf87a9bf6abb340f275 (patch)
tree4e94992561a41acc37a83debf72f16e7208f60a0 /crawl-ref/source/tiledgnbuf.cc
parent64d5e96711a21d9ce9e525870c22683e8e923331 (diff)
downloadcrawl-ref-ead9bbd0dedf4009f262ebf87a9bf6abb340f275.tar.gz
crawl-ref-ead9bbd0dedf4009f262ebf87a9bf6abb340f275.zip
Haste status icon.
Diffstat (limited to 'crawl-ref/source/tiledgnbuf.cc')
-rw-r--r--crawl-ref/source/tiledgnbuf.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/tiledgnbuf.cc b/crawl-ref/source/tiledgnbuf.cc
index 5a9dddbd2c..94dd91c22d 100644
--- a/crawl-ref/source/tiledgnbuf.cc
+++ b/crawl-ref/source/tiledgnbuf.cc
@@ -408,6 +408,11 @@ void DungeonCellBuffer::pack_foreground(int x, int y, const packed_cell &cell)
m_buf_icons.add(TILEI_GLOWING, x, y, -status_shift, 0);
status_shift += 7;
}
+ if (fg & TILE_FLAG_HASTED)
+ {
+ m_buf_icons.add(TILEI_HASTED, x, y, -status_shift, 0);
+ status_shift += 6;
+ }
if (fg & TILE_FLAG_SLOWED)
{
m_buf_icons.add(TILEI_SLOWED, x, y, -status_shift, 0);