add mexta field to simplify detection of overwrite

Because this invalidates existing save and bones files,
an increment of EDITLEVEL will accompany this.
This commit is contained in:
nhmall
2025-02-02 08:30:48 -05:00
parent 6431f4727c
commit d74624abbd
6 changed files with 10 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ newedog(struct monst *mtmp)
if (!EDOG(mtmp)) {
EDOG(mtmp) = (struct edog *) alloc(sizeof(struct edog));
(void) memset((genericptr_t) EDOG(mtmp), 0, sizeof(struct edog));
EDOG(mtmp)->parentmid = mtmp->m_id;
}
}