summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index a81f5389df..afa1718677 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -619,6 +619,12 @@ bool view_update()
return (false);
}
+void flash_view(int colour)
+{
+ you.flash_colour = colour;
+ viewwindow(false, false);
+}
+
static void _debug_pane_bounds()
{
#if DEBUG_PANE_BOUNDS