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
commit2a779a5e100be9133e21b5645d90d0d390af9ecd (patch)
treecce32b17c86c6818b777e7eabdab224465b1a26d /src/player_base.h
parentcea98ea0e64b31ebf77c31cc6e6fc4f152e12e28 (diff)
downloadopenttd-2a779a5e100be9133e21b5645d90d0d390af9ecd.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;