File diff r4573:34936d2fa6cc → r4574:26f71b3f860b
player.h
Show inline comments
 
@@ -194,6 +194,7 @@ typedef 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)
 
} Player;
 

	
 
uint16 GetDrawStringPlayerColor(PlayerID player);