station.h
changeset 2498 befad2fe53d2
parent 2488 cbe3d6b60c27
child 2520 75eb66d6e371
--- a/station.h	Thu Oct 06 18:28:27 2005 +0000
+++ b/station.h	Fri Oct 07 07:35:15 2005 +0000
@@ -123,11 +123,11 @@
 	CA_AIR_INTER = 8,
 };
 
-void ModifyStationRatingAround(TileIndex tile, byte owner, int amount, uint radius);
+void ModifyStationRatingAround(TileIndex tile, PlayerID owner, int amount, uint radius);
 
 TileIndex GetStationTileForVehicle(const Vehicle *v, const Station *st);
 
-void ShowStationViewWindow(int station);
+void ShowStationViewWindow(StationID station);
 void UpdateAllStationVirtCoord(void);
 
 VARDEF SortStruct *_station_sort;