mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 20:49:11 +00:00
(svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables
This commit is contained in:
@@ -60,6 +60,11 @@ enum GrfSpecFeature {
|
||||
GSF_RAILTYPES,
|
||||
GSF_AIRPORTTILES,
|
||||
GSF_END,
|
||||
|
||||
GSF_FAKE_TOWNS = GSF_END, ///< Fake town GrfSpecFeature for NewGRF debugging (parent scope)
|
||||
GSF_FAKE_END, ///< End of the fake features
|
||||
|
||||
GSF_INVALID = 0xFF ///< An invalid spec feature
|
||||
};
|
||||
|
||||
static const uint32 INVALID_GRFID = 0xFFFFFFFF;
|
||||
|
Reference in New Issue
Block a user