summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewgeom.h
diff options
context:
space:
mode:
authorEnne Walker <enne.walker@gmail.com>2010-06-11 10:13:20 -0400
committerEnne Walker <enne.walker@gmail.com>2010-06-15 20:09:38 -0400
commit09520fc744ecb24779426be11a1fdc451cb49290 (patch)
tree52970eb243894799a484a75b38599bb1c3c5371f /crawl-ref/source/viewgeom.h
parentf55284a2963fa7bb184cd48e7d3dd163699c82d6 (diff)
downloadcrawl-ref-09520fc744ecb24779426be11a1fdc451cb49290.tar.gz
crawl-ref-09520fc744ecb24779426be11a1fdc451cb49290.zip
Support flash_view() in tiles mode.
Diffstat (limited to 'crawl-ref/source/viewgeom.h')
-rw-r--r--crawl-ref/source/viewgeom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/viewgeom.h b/crawl-ref/source/viewgeom.h
index f6d1750f6b..35cfc3e30e 100644
--- a/crawl-ref/source/viewgeom.h
+++ b/crawl-ref/source/viewgeom.h
@@ -5,6 +5,7 @@ struct screen_cell_t
{
screen_buffer_t glyph;
screen_buffer_t colour;
+ screen_buffer_t flash_colour;
#ifdef USE_TILE
tileidx_t tile_fg;
tileidx_t tile_bg;