From: Pasi Kallinen Date: Sun, 1 Mar 2015 08:16:00 +0000 (+0200) Subject: Remove last mention of DUNGEON_OVERVIEW X-Git-Tag: NetHack-3.6.0_RC01~650 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7754afd9fa5c28d11fa9db3fd9ad528fc8f28b43;p=nethack Remove last mention of DUNGEON_OVERVIEW --- diff --git a/src/display.c b/src/display.c index 23dcef3a0..0e8b042a6 100644 --- a/src/display.c +++ b/src/display.c @@ -168,7 +168,7 @@ magic_map_background(x, y, show) lev->glyph = glyph; if (show) show_glyph(x,y, glyph); - remember_topology(x,y); /* DUNGEON_OVERVIEW */ + remember_topology(x,y); } /* @@ -325,7 +325,7 @@ unmap_object(x, y) else \ map_background(x,y,show); \ \ - remember_topology(x,y); /* DUNGEON_OVERVIEW */ \ + remember_topology(x,y); \ } void