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

This commit is contained in:
yexo 2010-08-19 15:44:17 +00:00
parent dc303e550b
commit b42513a287
2 changed files with 4 additions and 0 deletions

View File

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

View File

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