]> granicus.if.org Git - nethack/commitdiff
#overview enhancements too (trunk only)
authornethack.rankin <nethack.rankin>
Thu, 16 Feb 2012 23:06:00 +0000 (23:06 +0000)
committernethack.rankin <nethack.rankin>
Thu, 16 Feb 2012 23:06:00 +0000 (23:06 +0000)
     I accidentally left his out of yesterday's commit.

include/rm.h

index 450843a59a43ef12c85c956639299e954f183710..01a4f418f3c5e7511995c97e962fbd6695e714eb 100644 (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 {