From aac9aa113c26cc73737188b0deff5d40dc8a1bd4 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 9 Nov 2009 23:58:28 +0100 Subject: Change some uses of viewwindow to not do monster updates. --- crawl-ref/source/spells4.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells4.cc') 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() -- cgit v1.2.3-54-g00ecf