From 69982b1f018d120bd99338f9260760984a5ce98b Mon Sep 17 00:00:00 2001 From: peter1138 Date: Wed, 11 Apr 2007 21:04:03 +0000 Subject: (svn r9601) -Codechange: Store grf file reference in station spec, not just GRF ID --- src/newgrf_station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_station.h') diff --git a/src/newgrf_station.h b/src/newgrf_station.h index 640620fe7..d3dd0ac99 100644 --- a/src/newgrf_station.h +++ b/src/newgrf_station.h @@ -28,7 +28,7 @@ DECLARE_POSTFIX_INCREMENT(StationClassID); 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 -- cgit v1.2.3-54-g00ecf