summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authorrichk <richk@openttd.org>2007-02-17 15:17:47 +0000
committerrichk <richk@openttd.org>2007-02-17 15:17:47 +0000
commit992916349dde3c0596ba388f3bfd2fdb17657533 (patch)
treebf8bc8d3b1f35d6a81cd31ed3be3214e28afc202 /src/station.h
parenta74fad50faf33c144c1d59d2aae96e8015661d3d (diff)
downloadopenttd-992916349dde3c0596ba388f3bfd2fdb17657533.tar.xz
(svn r8780) -Fix: Spelling of CatchmentArea incorrect.
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h4
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);