summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-04-11 21:04:03 +0000
committerpeter1138 <peter1138@openttd.org>2007-04-11 21:04:03 +0000
commit69982b1f018d120bd99338f9260760984a5ce98b (patch)
treebb3bdbca60f3320458aaf7a9f6d6d1da9cc03590 /src/newgrf_station.h
parentb47078d6903a9e7e9969351e86b00a1d7db6c90f (diff)
downloadopenttd-69982b1f018d120bd99338f9260760984a5ce98b.tar.xz
(svn r9601) -Codechange: Store grf file reference in station spec, not just GRF ID
Diffstat (limited to 'src/newgrf_station.h')
-rw-r--r--src/newgrf_station.h2
1 files changed, 1 insertions, 1 deletions
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