Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-07-13 00:38:10 -04:00
27 changed files with 123 additions and 89 deletions

View File

@@ -43,7 +43,7 @@ const char *warnings[] = {
#endif /* 0 */
void
STATIC_OVL void
sanity_check_single_mon(mtmp, chk_geno, msg)
struct monst *mtmp;
boolean chk_geno;
@@ -2733,7 +2733,7 @@ struct monst *mtmp;
return;
}
void
STATIC_OVL void
deal_with_overcrowding(mtmp)
struct monst *mtmp;
{