summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/overmap.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/overmap.cc b/crawl-ref/source/overmap.cc
index cd928e8505..f2161dc56e 100644
--- a/crawl-ref/source/overmap.cc
+++ b/crawl-ref/source/overmap.cc
@@ -684,9 +684,6 @@ portal_type feature_to_portal( unsigned char feat )
// If player has seen any other thing; record it.
void _seen_other_thing( dungeon_feature_type which_thing, const coord_def& pos )
{
- if (you.level_type != LEVEL_DUNGEON) // Can't record in Abyss or Pan.
- return;
-
level_pos where(level_id::current(), pos);
switch (which_thing)