summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newgrf_station.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/newgrf_station.h b/newgrf_station.h
index 00776dab5..7ebe78852 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -17,7 +17,7 @@ typedef enum {
* where index is computed as (x * platforms) + platform. */
typedef byte *StationLayout;
-typedef struct stationspec {
+typedef struct StationSpec {
uint32 grfid; ///< ID of GRF file station belongs to.
int localidx; ///< Index within GRF file of station.
@@ -75,7 +75,7 @@ typedef struct stationspec {
/**
* Struct containing information relating to station classes.
*/
-typedef struct stationclass {
+typedef struct StationClass {
uint32 id; ///< ID of this class, e.g. 'DFLT', 'WAYP', etc.
StringID name; ///< Name of this class.
uint stations; ///< Number of stations in this class.