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

@@ -1341,7 +1341,7 @@ domove()
g.domove_attempting = 0L;
}
void
STATIC_OVL void
domove_core()
{
register struct monst *mtmp;
@@ -1939,7 +1939,7 @@ domove_core()
}
}
void
STATIC_OVL void
maybe_smudge_engr(x1,y1,x2,y2)
int x1, y1, x2, y2;
{