1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 04:59:11 +00:00

(svn r23114) -Feature: [NewGRF] Ambient sound effect callback.

This commit is contained in:
michi_cc
2011-11-04 21:05:08 +00:00
parent a471a20491
commit 707b0f48e6
7 changed files with 55 additions and 6 deletions

View File

@@ -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.
};