a couple of miscellaneous formatting bits

This commit is contained in:
PatR
2023-05-24 11:23:15 -07:00
parent 42356daec0
commit 5dc8e98efa
3 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -203,9 +203,9 @@ enexto_core(
int i, nearcandyct, allcandyct;
struct monst fakemon; /* dummy monster */
boolean allow_xx_yy = (boolean) ((entflags & GP_ALLOW_XY) != 0);
/* note: GP_ALLOW_XY isn't used by goodpos(); old enext_core() used no
/* note: GP_ALLOW_XY isn't used by goodpos(); old enext_core() used to
mask it off to hide it from goodpos but that isn't required and we
want to keep it in case the debugpline() below prints 'entflags' */
want to keep it in case the debugpline4() gets called */
if (!mdat) {
debugpline0("enexto() called with null mdat");
@@ -682,7 +682,7 @@ collect_coords(
}
}
} /* radius loop */
debugpline4("collect_coords(,%d,%d,%d,,,)=%d", cx, cy, maxradius, result);
debugpline4("collect_coords(,%d,%d,%d,,)=%d", cx, cy, maxradius, result);
return result;
}