(svn r12816) -Fix: the cargo count in the performance rating window could be wrong.
This commit is contained in:
@@ -44,7 +44,7 @@ struct Player {
|
||||
byte block_preview;
|
||||
PlayerByte index;
|
||||
|
||||
uint16 cargo_types; ///< which cargo types were transported the last year
|
||||
uint32 cargo_types; ///< which cargo types were transported the last year
|
||||
|
||||
TileIndex location_of_house;
|
||||
TileIndex last_build_coordinate;
|
||||
|
Reference in New Issue
Block a user