File diff r4573:34936d2fa6cc → r4574:26f71b3f860b
players.c
Show inline comments
 
@@ -520,6 +520,8 @@ Player *DoStartupNewPlayer(bool is_ai)
 
	if (is_ai && (!_networking || _network_server) && _ai.enabled)
 
		AI_StartNewAI(p->index);
 

	
 
	memset(p->num_engines, 0, TOTAL_NUM_ENGINES);
 

	
 
	return p;
 
}