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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user