(svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus.

This commit is contained in:
terkhen
2011-06-04 21:17:07 +00:00
parent 05b125c42c
commit 5bb79b1f46
8 changed files with 27 additions and 27 deletions

View File

@@ -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() :