Make DUNGEON_OVERVIEW unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 23:58:46 -05:00
committed by Pasi Kallinen
parent ffd201495c
commit eca41ae060
20 changed files with 5 additions and 94 deletions

View File

@@ -2115,9 +2115,7 @@ register boolean newlev;
rt = 0;
break;
}
#ifdef DUNGEON_OVERVIEW
if (msg_given) room_discovered(roomno);
#endif
if (rt != 0) {
rooms[roomno].rtype = OROOM;