File diff r2203:ad7839082e5a → r2204:4670311b130c
players.c
Show inline comments
 
@@ -27,8 +27,6 @@
 

	
 
PlayerID _current_player;
 

	
 
extern void StartupEconomy(void);
 

	
 
static const SpriteID cheeks_table[4] = {
 
	0x325, 0x326,
 
	0x390, 0x3B0,
 
@@ -458,8 +456,6 @@ restart:;
 
	}
 
}
 

	
 
extern int GetPlayerMaxRailtype(int p);
 

	
 
static Player *AllocatePlayer(void)
 
{
 
	Player *p;