From ec966362a643e6d50b8d62f54ae04d1bae281ddc Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Thu, 16 Feb 2012 23:06:00 +0000 Subject: [PATCH] #overview enhancements too (trunk only) I accidentally left his out of yesterday's commit. --- include/rm.h | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.50.1