]> granicus.if.org Git - nethack/commitdiff
Remove last mention of DUNGEON_OVERVIEW
authorPasi Kallinen <paxed@alt.org>
Sun, 1 Mar 2015 08:16:00 +0000 (10:16 +0200)
committerPasi Kallinen <paxed@alt.org>
Sun, 1 Mar 2015 08:16:00 +0000 (10:16 +0200)
src/display.c

index 23dcef3a071037eb85105931773b051a915e1c2f..0e8b042a6f3bc314c94a1ef9d0b1aaae3fa1e35c 100644 (file)
@@ -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