be more consistent with coordinates
This commit is contained in:
@@ -247,7 +247,7 @@ static boolean
|
||||
md_stop(coord *stopp, /* stopping position (we fill it in) */
|
||||
coord *startp) /* starting position (read only) */
|
||||
{
|
||||
int x, y, distance, min_distance = -1;
|
||||
coordxy x, y, distance, min_distance = -1;
|
||||
|
||||
for (x = u.ux - 1; x <= u.ux + 1; x++)
|
||||
for (y = u.uy - 1; y <= u.uy + 1; y++) {
|
||||
|
||||
Reference in New Issue
Block a user