summaryrefslogtreecommitdiff
path: root/src/player_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-21 09:27:47 +0000
committerrubidium <rubidium@openttd.org>2008-04-21 09:27:47 +0000
commit23c001727241f3d2172e6477d5a3ab0250ab4f76 (patch)
treecce32b17c86c6818b777e7eabdab224465b1a26d /src/player_base.h
parentc5ac9ee6787715370dc2d35d85a612048c1ac3f9 (diff)
downloadopenttd-23c001727241f3d2172e6477d5a3ab0250ab4f76.tar.xz
(svn r12816) -Fix: the cargo count in the performance rating window could be wrong.
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;