Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-11-10 15:09:41 -05:00
25 changed files with 278 additions and 74 deletions

View File

@@ -3918,9 +3918,9 @@ int n;
xchar xx = (xchar) x, yy = (xchar) y;
while (n > 0) {
--n;
if (xs[n] == xx && ys[n] == yy)
return TRUE;
--n;
}
return FALSE;
}