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/godabil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/godabil.cc') 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; -- cgit v1.2.3-54-g00ecf