summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_base.h b/src/station_base.h
index 5c047f03f..b912a4357 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -44,7 +44,7 @@ struct GoodsEntry {
byte rating;
byte last_speed;
byte last_age;
- CargoList cargo; ///< The cargo packets of cargo waiting in this station
+ StationCargoList cargo; ///< The cargo packets of cargo waiting in this station
};