(svn r12816) -Fix: the cargo count in the performance rating window could be wrong.

This commit is contained in:
rubidium
2008-04-21 09:27:47 +00:00
parent cea98ea0e6
commit 2a779a5e10
4 changed files with 5 additions and 4 deletions

View File

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