Remove last mention of DUNGEON_OVERVIEW

This commit is contained in:
Pasi Kallinen
2015-03-01 10:16:00 +02:00
parent 91b96e2331
commit 7754afd9fa

View 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