src/newgrf_station.h
branchgamebalance
changeset 9908 0fa543611bbe
parent 9895 7bd07f43b0e3
--- a/src/newgrf_station.h	Thu Apr 19 14:48:10 2007 +0000
+++ b/src/newgrf_station.h	Tue Jun 12 11:56:35 2007 +0000
@@ -28,7 +28,7 @@
 typedef byte *StationLayout;
 
 struct StationSpec {
-	uint32 grfid; ///< ID of GRF file station belongs to.
+	const struct GRFFile *grffile; ///< ID of GRF file station belongs to.
 	int localidx; ///< Index within GRF file of station.
 
 	bool allocated; ///< Flag whether this station has been added to a station class list