station_cmd.c
changeset 4397 e538e96d8f6a
parent 4393 1e3d47fcdab6
child 4398 e889842a75a1
--- a/station_cmd.c	Sat Aug 26 18:05:05 2006 +0000
+++ b/station_cmd.c	Sat Aug 26 18:27:15 2006 +0000
@@ -153,7 +153,7 @@
 	 * TODO - This is just a temporary stage, this will be removed. */
 	for (rs = GetRoadStop(0); rs != NULL; rs = (rs->index + 1 < GetRoadStopPoolSize()) ? GetRoadStop(rs->index + 1) : NULL) {
 		if (!IsValidRoadStop(rs)) {
-			uint index = rs->index;
+			RoadStopID index = rs->index;
 
 			memset(rs, 0, sizeof(*rs));
 			rs->index = index;