summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 3f61402cb..688f6c0b2 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -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;