File diff r19019:2eb1d8782aac → r19020:24d71054fe13
src/sound_type.h
Show inline comments
 
@@ -18,12 +18,13 @@ struct SoundEntry {
 
	size_t file_size;
 
	uint16 rate;
 
	uint8 bits_per_sample;
 
	uint8 channels;
 
	uint8 volume;
 
	uint8 priority;
 
	byte grf_container_ver; ///< NewGRF container version if the sound is from a NewGRF.
 
};
 

	
 
enum SoundFx {
 
	SND_BEGIN = 0,
 
	SND_02_SPLAT = 0,                          //  0 == 0x00 !
 
	SND_03_FACTORY_WHISTLE,