(svn r17124) -Codechange: store subsidies in a pool (instead of an array)
This commit is contained in:
@@ -10,6 +10,6 @@ AISubsidyList::AISubsidyList()
|
||||
{
|
||||
const Subsidy *s;
|
||||
FOR_ALL_SUBSIDIES(s) {
|
||||
this->AddItem(s->Index());
|
||||
this->AddItem(s->index);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user