summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-06-04 21:17:07 +0000
committerterkhen <terkhen@openttd.org>2011-06-04 21:17:07 +0000
commit5bb79b1f46f2428f6416ad6d85b0e903ca9629b4 (patch)
tree2a816344a24a473c987d081d10d2a303be08e6cf /src/station_base.h
parent05b125c42c0cb5e9241d96ea9d25d866094311bb (diff)
downloadopenttd-5bb79b1f46f2428f6416ad6d85b0e903ca9629b4.tar.xz
(svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus.
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/station_base.h b/src/station_base.h
index 7d64664dd..406baca83 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -24,9 +24,9 @@ extern StationPool _station_pool;
static const byte INITIAL_STATION_RATING = 175;
struct GoodsEntry {
- enum AcceptancePickup {
- ACCEPTANCE,
- PICKUP
+ enum GoodsEntryStatus {
+ GES_ACCEPTANCE,
+ GES_PICKUP,
};
GoodsEntry() :