(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 a181446829
commit d05f504c01
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;