diff options
-rw-r--r-- | src/station.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/station.h b/src/station.h index b4ac9a2b3..d800c24ab 100644 --- a/src/station.h +++ b/src/station.h @@ -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); |