summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-06-12 16:32:44 +0200
committerFlorian Diebold <flodiebold@gmail.com>2011-06-26 17:41:32 +0200
commit76e9e737d3449d39e9e8f972eb0b552cef6c48ee (patch)
tree0d470ddd88bd76c73aecdefeb907a94b32f98c4c /crawl-ref/source/view.h
parent8298f039948092213fee52acb7337737dbfc5bbf (diff)
downloadcrawl-ref-76e9e737d3449d39e9e8f972eb0b552cef6c48ee.tar.gz
crawl-ref-76e9e737d3449d39e9e8f972eb0b552cef6c48ee.zip
Don't send flash_colour per tile -- it's the same everywhere anyway.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index b4a5cbd0b4..1bd208a195 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -29,6 +29,7 @@ bool is_feature(wchar_t feature, const coord_def& where);
std::string screenshot();
+int viewmap_flash_colour();
bool view_update();
void view_update_at(const coord_def &pos);
void flash_view(uint8_t colour = BLACK); // inside #ifndef USE_TILE_LOCAL?