From 992916349dde3c0596ba388f3bfd2fdb17657533 Mon Sep 17 00:00:00 2001 From: richk Date: Sat, 17 Feb 2007 15:17:47 +0000 Subject: (svn r8780) -Fix: Spelling of CatchmentArea incorrect. --- src/station.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/station.h') 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); -- cgit v1.2.3-54-g00ecf