# HG changeset patch # User richk # Date 1171725467 0 # Node ID ea2f361715ad1b8c62f3cd81ca172a2ce6ad0c41 # Parent 687015af5ef8dcf1b762e176176e97efa0879bc8 (svn r8780) -Fix: Spelling of CatchmentArea incorrect. diff -r 687015af5ef8 -r ea2f361715ad src/station.h --- a/src/station.h Sat Feb 17 15:03:30 2007 +0000 +++ b/src/station.h Sat Feb 17 15:17:47 2007 +0000 @@ -205,13 +205,13 @@ 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);