1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 23:19:09 +00:00

(svn r19773) -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex)

This commit is contained in:
yexo
2010-05-09 15:59:30 +00:00
parent 96c1fd6173
commit 37928e29f7
6 changed files with 22 additions and 0 deletions

View File

@@ -605,6 +605,8 @@ function Regression::Industry()
}
print(" Valid Industries: " + j);
print(" GetIndustryCount(): " + AIIndustry.GetIndustryCount());
print(" GetIndustryID(): " + AIIndustry.GetIndustryID(19694));
print(" GetIndustryID(): " + AIIndustry.GetIndustryID(19695));
}
function Regression::IndustryList()