waypoint.c
changeset 1783 5ff88ba55601
parent 1782 0ac16ff36293
child 1820 9b6458526480
--- a/waypoint.c	Mon May 09 16:37:40 2005 +0000
+++ b/waypoint.c	Mon May 09 19:56:08 2005 +0000
@@ -163,7 +163,7 @@
 	SET_EXPENSES_TYPE(EXPENSES_CONSTRUCTION);
 
 	/* if custom gfx are used, make sure it is within bounds */
-	if ((int)p1 > 0x100 + GetCustomStationsCount(STAT_CLASS_WAYP)) return CMD_ERROR;
+	if (p1 > 0x100 + (uint)GetCustomStationsCount(STAT_CLASS_WAYP)) return CMD_ERROR;
 
 	if (!IsTileType(tile, MP_RAILWAY) || ((dir = 0, _map5[tile] != 1) && (dir = 1, _map5[tile] != 2)))
 		return_cmd_error(STR_1005_NO_SUITABLE_RAILROAD_TRACK);