diff options
Diffstat (limited to 'src/station_base.h')
-rw-r--r-- | src/station_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_base.h b/src/station_base.h index ca0e598f9..d595379e9 100644 --- a/src/station_base.h +++ b/src/station_base.h @@ -42,6 +42,7 @@ struct GoodsEntry { byte rating; byte last_speed; byte last_age; + byte amount_fract; ///< Fractional part of the amount in the cargo list StationCargoList cargo; ///< The cargo packets of cargo waiting in this station }; |