Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-10-30 20:22:48 -04:00
6 changed files with 1057 additions and 974 deletions

View File

@@ -289,7 +289,8 @@ int cnt;
void
wipe_engr_at(x, y, cnt, magical)
xchar x, y, cnt, magical;
xchar x, y, cnt;
boolean magical;
{
register struct engr *ep = engr_at(x, y);