should_displace() does not modify mfndposdata struct pointed at by data param

This commit is contained in:
nhmall
2026-01-04 11:54:28 -05:00
parent 44fcbb180d
commit 4b5b146674
2 changed files with 3 additions and 3 deletions

View File

@@ -1069,7 +1069,7 @@ itsstuck(struct monst *mtmp)
boolean
should_displace(
struct monst *mtmp,
struct mfndposdata *data,
const struct mfndposdata *data,
coordxy ggx,
coordxy ggy)
{