summaryrefslogtreecommitdiff
path: root/src/player_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_base.h')
-rw-r--r--src/player_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_base.h b/src/player_base.h
index 52c96f765..2bb3fd56c 100644
--- a/src/player_base.h
+++ b/src/player_base.h
@@ -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;