#overview enhancements too (trunk only)
I accidentally left his out of yesterday's commit.
This commit is contained in:
@@ -505,6 +505,11 @@ struct cemetery {
|
|||||||
char how[100 + 1]; /* [DTHSZ+1] */
|
char how[100 + 1]; /* [DTHSZ+1] */
|
||||||
/* date+time in string of digits rather than binary */
|
/* date+time in string of digits rather than binary */
|
||||||
char when[4+2+2 + 2+2+2 + 1]; /* "YYYYMMDDhhmmss\0" */
|
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 {
|
struct levelflags {
|
||||||
|
|||||||
Reference in New Issue
Block a user