(svn r27200) -Feature/Fix [FS#6260]: [NewGRF] Add Misc. GRF Feature Flag 6 to enable the second rocky tile set.

This commit is contained in:
frosch
2015-03-20 19:27:15 +00:00
parent a5d412ba79
commit c37ee53ecc
2 changed files with 2 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ enum GrfMiscBit {
GMB_TRAIN_WIDTH_32_PIXELS = 3, ///< Use 32 pixels per train vehicle in depot gui and vehicle details. Never set in the global variable; @see GRFFile::traininfo_vehicle_width
GMB_AMBIENT_SOUND_CALLBACK = 4,
GMB_CATENARY_ON_3RD_TRACK = 5, // Unsupported.
GMB_SECOND_ROCKY_TILE_SET = 6,
};
enum GrfSpecFeature {