Add NewGRF debug window info for stations and industries

This commit is contained in:
Jonathan G Rennison
2019-06-16 13:19:27 +01:00
parent 5f44741428
commit 601afc56dc
4 changed files with 80 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ enum GrfSpecFeature {
GSF_END,
GSF_FAKE_TOWNS = GSF_END, ///< Fake town GrfSpecFeature for NewGRF debugging (parent scope)
GSF_FAKE_STATION_STRUCT, ///< Fake station struct GrfSpecFeature for NewGRF debugging
GSF_FAKE_END, ///< End of the fake features
GSF_INVALID = 0xFF, ///< An invalid spec feature