station_cmd.c
changeset 4910 ed97a9239b11
parent 4904 ed65b5e93fbd
child 4980 bdc86a42db2c
--- a/station_cmd.c	Sat Oct 21 22:50:57 2006 +0000
+++ b/station_cmd.c	Sat Oct 21 23:00:27 2006 +0000
@@ -93,7 +93,7 @@
 static void MarkStationTilesDirty(const Station *st)
 {
 	TileIndex tile = st->train_tile;
-	uint w, h;
+	int w, h;
 
 	// XXX No station is recorded as 0, not INVALID_TILE...
 	if (tile == 0) return;