newgrf_station.h
changeset 3741 92c022b64b28
parent 3740 4742b3d6f37b
child 3743 9eb8bdd90532
--- a/newgrf_station.h	Wed May 03 21:07:44 2006 +0000
+++ b/newgrf_station.h	Wed May 03 21:19:21 2006 +0000
@@ -98,7 +98,7 @@
 /* Get sprite offset for a given custom station and station structure (may be
  * NULL if ctype is set - that means we are in a build dialog). The station
  * structure is used for variational sprite groups. */
-uint32 GetCustomStationRelocation(const StationSpec *statspec, const Station *st, byte ctype);
+SpriteID GetCustomStationRelocation(const StationSpec *statspec, const Station *st, TileIndex tile, byte ctype);
 
 /* Allocate a StationSpec to a Station. This is called once per build operation. */
 int AllocateSpecToStation(const StationSpec *statspec, Station *st, bool exec);