summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 097e6e0a60..9ca0204e12 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -437,7 +437,7 @@ void redraw_screen(void)
update_turn_count();
activate_notes(note_status);
- viewwindow(true, false);
+ viewwindow(false);
}
// STEPDOWN FUNCTION to replace conditional chains in spells2.cc 12jan2000 {dlb}