summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/godabil.cc2
-rw-r--r--crawl-ref/source/spells4.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc
index 56cc06c313..61eb747fce 100644
--- a/crawl-ref/source/godabil.cc
+++ b/crawl-ref/source/godabil.cc
@@ -1331,7 +1331,7 @@ void cheibriados_time_step(int pow) // pow is the number of turns to skip
mpr("You step out of the flow of time.");
you.flash_colour = LIGHTBLUE;
- viewwindow(true);
+ viewwindow(false);
you.moveto(coord_def(0, 0));
you.duration[DUR_TIME_STEP] = pow;
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 627f1cd136..edc060eb32 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -599,7 +599,7 @@ static int _ignite_poison_monsters(coord_def where, int pow, int, actor *)
void cast_ignite_poison(int pow)
{
you.flash_colour = RED;
- viewwindow(true);
+ viewwindow(false);
// Poison branding becomes fire branding.
if (you.weapon()