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 cce41eb60..a5009b490 100644
--- a/src/player_base.h
+++ b/src/player_base.h
@@ -70,7 +70,7 @@ struct Player {
bool renew_keep_length;
int16 engine_renew_months;
uint32 engine_renew_money;
- uint16 num_engines[TOTAL_NUM_ENGINES]; ///< caches the number of engines of each type the player owns (no need to save this)
+ uint16 *num_engines; ///< caches the number of engines of each type the player owns (no need to save this)
};
struct PlayerMoneyBackup {