summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-04-24 13:36:29 +0000
committerrubidium <rubidium@openttd.org>2010-04-24 13:36:29 +0000
commit21883a84d7883df5feb25d6536ec8f67a053fe42 (patch)
tree7ddd6b214c8ac5a74111d771b8fa160aacb7aea9 /src/newgrf.h
parent1da0086a4537487e12d1ae3c0c9d57079349000d (diff)
downloadopenttd-21883a84d7883df5feb25d6536ec8f67a053fe42.tar.xz
(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
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;