(svn r20563) -Change: [NoAI] rename AIAbstractList to AIList

This commit is contained in:
yexo
2010-08-19 15:37:28 +00:00
parent 6c7384cabd
commit dc303e550b
48 changed files with 293 additions and 287 deletions

View File

@@ -28,6 +28,8 @@
*
* API removals:
* \li HasNext for all lists.
* \li AIAbstractList, use AIList instead.
* \li AIList::ChangeItem, use AIList::SetValue instead.
*
* Other changes:
* \li AIEngine::GetMaxTractiveEffort can be used for road vehicles.