1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-14 01:59:09 +00:00

Add: Allow GameScript to demolish without a company

This allows GameScripts to shrink towns as well as grow them.
This commit is contained in:
Max Maton
2019-09-03 22:50:58 +02:00
committed by Niels Martin Hansen
parent 9014633866
commit e4414471dd
4 changed files with 4 additions and 3 deletions

View File

@@ -35,6 +35,9 @@
* \li AIEngine::HasPowerOnRoad
* \li AIRoadTypeList::RoadTypeList
*
* Other changes:
* \li AITile::DemolishTile works without a selected company
*
* \b 1.9.0
*
* API additions: