1
0
Fork 0

(svn r15182) -Fix: After updating an AI select the latest version for the next game.

release/0.7
Yexo 2009-01-21 00:09:36 +00:00
parent 3511218e37
commit 3c757724e9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ AIInfo *AIConfig::GetInfo()
bool AIConfig::ResetInfo()
{
this->info = AI::FindInfo(this->name, this->version);
this->info = AI::FindInfo(this->name, -1);
return this->info != NULL;
}