ai_pathfinder.c
changeset 1977 37bbebf94434
parent 1962 8254df1b359b
child 1981 3c9c682f1212
--- a/ai_pathfinder.c	Thu Jun 23 18:32:41 2005 +0000
+++ b/ai_pathfinder.c	Fri Jun 24 12:38:35 2005 +0000
@@ -11,7 +11,7 @@
 
 // Tests if a station can be build on the given spot
 // TODO: make it train compatible
-static bool TestCanBuildStationHere(uint tile, byte dir)
+static bool TestCanBuildStationHere(TileIndex tile, byte dir)
 {
 	Player *p = GetPlayer(_current_player);