be more consistent with coordinates

This commit is contained in:
nhmall
2022-07-02 09:10:03 -04:00
parent 0bd5b3d39e
commit 3004cf2d34
74 changed files with 831 additions and 746 deletions

View File

@@ -221,7 +221,7 @@ static void
do_earthquake(int force)
{
static const char into_a_chasm[] = " into a chasm";
register int x, y;
register coordxy x, y;
struct monst *mtmp;
struct obj *otmp;
struct trap *chasm, *trap_at_u = t_at(u.ux, u.uy);
@@ -689,7 +689,7 @@ do_play_instrument(struct obj* instr)
{
char buf[BUFSZ] = DUMMY, c = 'y';
char *s;
int x, y;
coordxy x, y;
boolean ok;
if (Underwater) {