summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station.h b/src/station.h
index 86857860a..6a70bcc34 100644
--- a/src/station.h
+++ b/src/station.h
@@ -39,7 +39,7 @@ struct GoodsEntry {
byte enroute_time;
byte last_speed;
byte last_age;
- int32 feeder_profit;
+ Money feeder_profit;
};
/** A Stop for a Road Vehicle */