a few more coordxy inconsistencies

This commit is contained in:
nhmall
2023-03-11 15:12:02 -05:00
parent 74ed2999de
commit ae9b236ee6
4 changed files with 6 additions and 5 deletions

View File

@@ -833,7 +833,7 @@ stucksteed(boolean checkfeeding)
}
void
place_monster(struct monst* mon, int x, int y)
place_monster(struct monst* mon, coordxy x, coordxy y)
{
struct monst *othermon;
const char *monnm, *othnm;