(svn r20815) -Revert (r20814): wrong patch at wrong time...

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

View File

@@ -42,7 +42,6 @@ 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
};