summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-03-20 19:27:15 +0000
committerfrosch <frosch@openttd.org>2015-03-20 19:27:15 +0000
commit4d310eafc51738b4fb64942dcfbde1bf1e087989 (patch)
treeb1bbac2ea5fd9da58f3ecee5f164a5224dee3c58 /src/newgrf.h
parentedb57ab5df98353e8c6cdc931a2ec65631ba1b2b (diff)
downloadopenttd-4d310eafc51738b4fb64942dcfbde1bf1e087989.tar.xz
(svn r27200) -Feature/Fix [FS#6260]: [NewGRF] Add Misc. GRF Feature Flag 6 to enable the second rocky tile set.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index a02b0021f..752873a60 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -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 {