water_cmd.c
changeset 856 07dc27d0503e
parent 755 823358e83abf
child 863 8d09f9331a80
--- a/water_cmd.c	Mon Jan 03 12:15:55 2005 +0000
+++ b/water_cmd.c	Mon Jan 03 12:56:22 2005 +0000
@@ -265,8 +265,8 @@
 			return CMD_ERROR;
 
 		// Make sure it's not an edge tile.
-		if (!(IS_INT_INSIDE(GET_TILE_X(tile),1,TILE_X_MAX-1) &&
-				IS_INT_INSIDE(GET_TILE_Y(tile),1,TILE_Y_MAX-1)))
+		if (!(IS_INT_INSIDE(GET_TILE_X(tile), 1, MapMaxX() - 1) &&
+				IS_INT_INSIDE(GET_TILE_Y(tile), 1, MapMaxY() - 1)))
 			return_cmd_error(STR_0002_TOO_CLOSE_TO_EDGE_OF_MAP);
 
 		if (m5 == 0) {