Merge branch 'newgrf-feature-detection' into jgrpp

This commit is contained in:
Jonathan G Rennison
2018-08-06 02:33:17 +01:00
2 changed files with 172 additions and 6 deletions

View File

@@ -139,6 +139,8 @@ struct GRFFile : ZeroedMemoryAllocator {
uint32 grf_features; ///< Bitset of GrfSpecFeature the grf uses
PriceMultipliers price_base_multipliers; ///< Price base multipliers as set by the grf.
uint32 var9D_overlay; ///< Overlay for global variable 9D (action 0x14)
GRFFile(const struct GRFConfig *config);
~GRFFile();