#overview enhancements too (trunk only)

I accidentally left his out of yesterday's commit.
This commit is contained in:
nethack.rankin
2012-02-16 23:06:00 +00:00
parent b94f26a8c8
commit ec966362a6

View File

@@ -505,6 +505,11 @@ struct cemetery {
char how[100 + 1]; /* [DTHSZ+1] */
/* date+time in string of digits rather than binary */
char when[4+2+2 + 2+2+2 + 1]; /* "YYYYMMDDhhmmss\0" */
#ifdef DUNGEON_OVERVIEW
/* final resting place spot */
schar frpx, frpy;
boolean bonesknown;
#endif
};
struct levelflags {