File diff r4292:340dc5050536 → r4293:cbb984a32af5
players.c
Show inline comments
 
@@ -490,7 +490,7 @@ Player *DoStartupNewPlayer(bool is_ai)
 
	p->share_owners[0] = p->share_owners[1] = p->share_owners[2] = p->share_owners[3] = OWNER_SPECTATOR;
 

	
 
	p->avail_railtypes = GetPlayerRailtypes(p->index);
 
	p->inaugurated_year = _cur_year;
 
	p->inaugurated_year = _cur_year - BASE_YEAR;
 
	p->face = Random();
 

	
 
	/* Engine renewal settings */