summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 7f0f4d5125..5c582e52e9 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2856,6 +2856,13 @@ static bool initialise(void)
// set vision radius to player's current vision
setLOSRadius( you.current_vision );
+
+ if (newc)
+ {
+ // For a new game, wipe out monsters in LOS.
+ zap_los_monsters();
+ }
+
viewwindow(1, false); // This just puts the view up for the first turn.
item();