Remove last mention of DUNGEON_OVERVIEW

This commit is contained in:
Pasi Kallinen
2015-03-17 18:46:53 +02:00
parent 5b4000a2e9
commit 1b25fe74d8
+2 -2
View File
@@ -168,7 +168,7 @@ magic_map_background(x, y, show)
lev->glyph = glyph; lev->glyph = glyph;
if (show) show_glyph(x,y, 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 \ else \
map_background(x,y,show); \ map_background(x,y,show); \
\ \
remember_topology(x,y); /* DUNGEON_OVERVIEW */ \ remember_topology(x,y); \
} }
void void