summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-10 15:49:35 +0000
committerrubidium <rubidium@openttd.org>2010-08-10 15:49:35 +0000
commitca7a067b7a57578e05cefec1ef647a67a9b5be07 (patch)
tree2ddc3cc481a332a28f072dda0af921ad0b69799b /src/newgrf_station.h
parent21e4e7ce0699408fd2d4f1e1d1c97ccfd0fa74bc (diff)
downloadopenttd-ca7a067b7a57578e05cefec1ef647a67a9b5be07.tar.xz
(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it for more spritegroups
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 523f72f0c..69a8f4588 100644
--- a/src/newgrf_station.h
+++ b/src/newgrf_station.h
@@ -47,7 +47,7 @@ typedef byte *StationLayout;
/** Station specification. */
struct StationSpec {
- GRFFilePropsBase grf_prop; ///< Properties related the the grf file
+ GRFFilePropsBase<0> grf_prop; ///< Properties related the the grf file
StationClassID cls_id; ///< The class to which this spec belongs.
StringID name; ///< Name of this station.