From fab2b1655f4d6b39e171ae057eefc7580a566e35 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sat, 22 Jan 2005 18:58:02 +0000 Subject: [PATCH] bones follow-up include the savefile info in bones files --- src/bones.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bones.c b/src/bones.c index 44e2e5362..0d2d82628 100644 --- a/src/bones.c +++ b/src/bones.c @@ -379,6 +379,7 @@ struct obj *corpse; * information itself. */ store_version(fd); + store_savefileinfo(fd); bwrite(fd, (genericptr_t) &c, sizeof c); bwrite(fd, (genericptr_t) bonesid, (unsigned) c); /* DD.nnn */ savefruitchn(fd, COUNT_SAVE); @@ -397,6 +398,7 @@ struct obj *corpse; #endif /* MFLOPPY */ store_version(fd); + store_savefileinfo(fd); bwrite(fd, (genericptr_t) &c, sizeof c); bwrite(fd, (genericptr_t) bonesid, (unsigned) c); /* DD.nnn */ savefruitchn(fd, WRITE_SAVE | FREE_SAVE);