(svn r20564) -Fix (r20562): provide compatibility for AIs using the 0.7/1.0 API and using AIList::ChangeItem

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
yexo 14 years ago
parent dc303e550b
commit b42513a287

@ -317,3 +317,5 @@ AIIndustry.IsCargoAccepted <- function(industry_id, cargo_id)
}
AIAbstractList <- AIList;
AIList.ChangeItem <- AIList.SetValue;

@ -68,3 +68,5 @@ AIIndustry.IsCargoAccepted <- function(industry_id, cargo_id)
}
AIAbstractList <- AIList;
AIList.ChangeItem <- AIList.SetValue;

Loading…
Cancel
Save