(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it for more spritegroups

This commit is contained in:
rubidium
2010-08-10 15:49:35 +00:00
parent 21e4e7ce06
commit ca7a067b7a
8 changed files with 37 additions and 31 deletions

View File

@@ -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.