From 707b0f48e6b4d886a7e744802096a56a5a097e3e Mon Sep 17 00:00:00 2001 From: michi_cc Date: Fri, 4 Nov 2011 21:05:08 +0000 Subject: (svn r23114) -Feature: [NewGRF] Ambient sound effect callback. --- src/newgrf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf.h') diff --git a/src/newgrf.h b/src/newgrf.h index c19b41132..4ffd99aa8 100644 --- a/src/newgrf.h +++ b/src/newgrf.h @@ -56,7 +56,7 @@ enum GrfMiscBit { GMB_DESERT_PAVED_ROADS = 1, GMB_FIELD_BOUNDING_BOX = 2, // Unsupported. 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, // Unsupported. + GMB_AMBIENT_SOUND_CALLBACK = 4, GMB_CATENARY_ON_3RD_TRACK = 5, // Unsupported. }; -- cgit v1.2.3-54-g00ecf