mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 06:46:43 +00:00
(svn r8780) -Fix: Spelling of CatchmentArea incorrect.
This commit is contained in:
parent
a74fad50fa
commit
992916349d
@ -205,13 +205,13 @@ enum {
|
||||
HVOT_BUOY = 1 << 6
|
||||
};
|
||||
|
||||
typedef enum CatchmentAeras {
|
||||
typedef enum CatchmentAreas {
|
||||
CA_NONE = 0,
|
||||
CA_BUS = 3,
|
||||
CA_TRUCK = 3,
|
||||
CA_TRAIN = 4,
|
||||
CA_DOCK = 5
|
||||
} CatchmentAera;
|
||||
} CatchmentArea;
|
||||
|
||||
void ModifyStationRatingAround(TileIndex tile, PlayerID owner, int amount, uint radius);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user