changeset 6050:fcac24c6f1c9 draft

(svn r8780) -Fix: Spelling of CatchmentArea incorrect.
author richk <richk@openttd.org>
date Sat, 17 Feb 2007 15:17:47 +0000
parents 9b864f918735
children 9ca36a319df6
files src/station.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/station.h
+++ b/src/station.h
@@ -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);