a few more coordxy inconsistencies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user