src/player_base.h
changeset 9070 dd0121143eba
parent 9061 8ebd40e86171
child 9659 187142ff9b6c
--- a/src/player_base.h	Tue Apr 29 18:19:29 2008 +0000
+++ b/src/player_base.h	Tue Apr 29 21:31:29 2008 +0000
@@ -70,7 +70,7 @@
 	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 {