From: nethack.rankin Date: Thu, 16 Feb 2012 23:06:00 +0000 (+0000) Subject: #overview enhancements too (trunk only) X-Git-Tag: MOVE2GIT~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec966362a643e6d50b8d62f54ae04d1bae281ddc;p=nethack #overview enhancements too (trunk only) I accidentally left his out of yesterday's commit. --- diff --git a/include/rm.h b/include/rm.h index 450843a59..01a4f418f 100644 --- a/include/rm.h +++ b/include/rm.h @@ -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 {