(svn r20814) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille)

This commit is contained in:
rubidium
2010-09-16 16:28:40 +00:00
parent 7a88433228
commit 9a0a753d96
4 changed files with 28 additions and 23 deletions

View File

@@ -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
};