Make DUNGEON_OVERVIEW unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 23:58:46 -05:00
parent 1edadd1d48
commit ad82ca80f3
20 changed files with 5 additions and 94 deletions

View File

@@ -142,9 +142,7 @@ NEARDATA struct you u = DUMMY;
NEARDATA time_t ubirthday = DUMMY;
#ifdef DUNGEON_OVERVIEW
schar lastseentyp[COLNO][ROWNO] = {DUMMY}; /* last seen/touched dungeon typ */
#endif /* DUNGEON_OVERVIEW */
NEARDATA struct obj *invent = (struct obj *)0,
*uwep = (struct obj *)0, *uarm = (struct obj *)0,