mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 23:26:34 +00:00
(svn r4613) - NewGRF: fix two struct declarations
This commit is contained in:
parent
725f04b0e1
commit
d039d332ec
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user