From 5bb79b1f46f2428f6416ad6d85b0e903ca9629b4 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sat, 4 Jun 2011 21:17:07 +0000 Subject: (svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus. --- src/station_base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/station_base.h') 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() : -- cgit v1.2.3-54-g00ecf