(svn r2907) -Codechange: splitted the AIs to their own directory. AINew becomes 'trolly', AIOld becomes 'default', both in their own dir in the 'ai' dir. More AIs to come.

This commit is contained in:
truelight
2005-09-02 19:10:45 +00:00
parent a948fcb605
commit 620f36acb6
8 changed files with 90 additions and 89 deletions

View File

@@ -20,7 +20,6 @@
#include "news.h"
#include "saveload.h"
#include "command.h"
#include "ai_new.h"
#include "sound.h"
#include "network.h"
#include "variables.h"
@@ -566,6 +565,8 @@ void OnTick_Players(void)
}
}
extern void AiNewDoGameLoop(Player *p);
void RunOtherPlayersLoop(void)
{
Player *p;