File diff r4849:41dc3967353a → r4850:7a78073de588
ai/ai.c
Show inline comments
 
@@ -213,7 +213,7 @@ void AI_RunGameLoop(void)
 
 */
 
void AI_StartNewAI(PlayerID player)
 
{
 
	assert(player < MAX_PLAYERS);
 
	assert(IsValidPlayer(player));
 

	
 
	/* Called if a new AI is booted */
 
	_ai_player[player].active = true;