From 2ce2d22a0c2ae0407359811fef347c5eee1263a1 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 6 Nov 2009 13:02:14 +0100 Subject: Remove redundant level_type check. --- crawl-ref/source/overmap.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref') 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) -- cgit v1.2.3-54-g00ecf