File diff r8267:5a499e9f002f → r8268:4e9851bbf247
src/ai/ai.cpp
Show inline comments
 
@@ -8,12 +8,15 @@
 
#include "../core/alloc_func.hpp"
 
#include "../player_func.h"
 
#include "../player_base.h"
 
#include "ai.h"
 
#include "default/default.h"
 

	
 
AIStruct _ai;
 
AIPlayer _ai_player[MAX_PLAYERS];
 

	
 
/**
 
 * Dequeues commands put in the queue via AI_PutCommandInQueue.
 
 */
 
static void AI_DequeueCommands(PlayerID player)
 
{
 
	AICommand *com, *entry_com;