summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-06-15 16:58:15 +0000
committercelestar <celestar@openttd.org>2005-06-15 16:58:15 +0000
commitc7de8340593e074502ab503224765cbba502ec1a (patch)
tree2eb137bb1707e901e92c6b76b07fab582068ccbc /station.h
parent15b0c3b4696e6a78d003861c92f1c20fd3866842 (diff)
downloadopenttd-c7de8340593e074502ab503224765cbba502ec1a.tar.xz
(svn r2441) -Feature: You can now give transfer order to set up feeder systems
Diffstat (limited to 'station.h')
-rw-r--r--station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/station.h b/station.h
index 608688fc7..a2d98614b 100644
--- a/station.h
+++ b/station.h
@@ -14,6 +14,7 @@ typedef struct GoodsEntry {
byte enroute_time;
byte last_speed;
byte last_age;
+ int32 feeder_profit;
} GoodsEntry;
typedef enum RoadStopType {