Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-09 07:24:18 -05:00
39 changed files with 239 additions and 230 deletions

View File

@@ -1181,7 +1181,7 @@ int mmflags;
}
(void) propagate(mndx, countbirth, FALSE);
mtmp = newmonst();
*mtmp = g.zeromonst; /* clear all entries in structure */
*mtmp = cg.zeromonst; /* clear all entries in structure */
if (mmflags & MM_EGD)
newegd(mtmp);