summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 52f615e736..d50eb51328 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1826,8 +1826,7 @@ bool cast_sanctuary(const int power)
else
mpr("You are suddenly bathed in radiance!");
- you.flash_colour = WHITE;
- viewwindow(false);
+ flash_view(WHITE);
holy_word(100, HOLY_WORD_ZIN, you.pos(), true);