(svn r23302) -Add: [NoAI] AITown::GetCargoGoal and AITown::GetGrowthRate to query statistics about a town regarding its growing
This commit is contained in:
@@ -20,3 +20,10 @@ AITownList::AITownList()
|
||||
this->AddItem(t->index);
|
||||
}
|
||||
}
|
||||
|
||||
AITownEffectList::AITownEffectList()
|
||||
{
|
||||
for (int i = TE_BEGIN; i < TE_END; i++) {
|
||||
this->AddItem(i);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user