summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-07 08:42:21 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-07 09:11:50 +0100
commitdc74095a578a338bb926cfea2db14c2b90c2a633 (patch)
tree68cbc05afed17107845b242ae937754bf836dc00 /crawl-ref/source/files.cc
parent96944cb324ba858b8fd89175edf14c5a26bd58d6 (diff)
downloadcrawl-ref-dc74095a578a338bb926cfea2db14c2b90c2a633.tar.gz
crawl-ref-dc74095a578a338bb926cfea2db14c2b90c2a633.zip
Get rid of env.show_los.
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index af69e7597b..b9b9769e77 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1223,10 +1223,6 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode,
}
#endif
- // Clear the show grid, to prevent us noticing things
- // which were within the old LOS by new coordinates.
- env.show_los.init(0);
-
// Try to open level savefile.
#ifdef DEBUG_LEVEL_LOAD
mprf(MSGCH_DIAGNOSTICS, "Try to open file %s", cha_fil.c_str());