Changeset - r25051:181c69c78a9d
[Not reviewed]
master
0 1 0
Tyler Trahan - 3 years ago 2021-03-14 10:16:14
tyler@tylertrahan.com
Doc: Clarify comment that SND_05_TRAIN_THROUGH_TUNNEL is only for steam engines (#8858)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/sound_type.h
Show inline comments
 
@@ -39,7 +39,7 @@ enum SoundFx {
 
	SND_02_CONSTRUCTION_WATER = 0,         ///<  0 == 0x00  Construction: water infrastructure
 
	SND_03_FACTORY,                        ///<  1 == 0x01  Industry producing: factory: whistle
 
	SND_04_DEPARTURE_STEAM,                ///<  2 == 0x02  Station departure: steam engine
 
	SND_05_TRAIN_THROUGH_TUNNEL,           ///<  3 == 0x03  Train enters tunnel
 
	SND_05_TRAIN_THROUGH_TUNNEL,           ///<  3 == 0x03  Train enters tunnel: steam engine
 
	SND_06_DEPARTURE_CARGO_SHIP,           ///<  4 == 0x04  Station departure: cargo ships
 
	SND_07_DEPARTURE_FERRY,                ///<  5 == 0x05  Station departure: passenger ships
 
	SND_08_TAKEOFF_PROPELLER,              ///<  6 == 0x06  Takeoff: propeller plane (non-toyland)
0 comments (0 inline, 0 general)