(svn r23882) -Codechange: Delay parsing of NewGRF sound effects until first usage.
This commit is contained in:
@@ -32,6 +32,7 @@ enum VehicleSoundEvent {
|
||||
|
||||
SoundEntry *AllocateSound();
|
||||
void InitializeSoundPool();
|
||||
bool LoadNewGRFSound(SoundEntry *sound);
|
||||
SoundEntry *GetSound(SoundID sound_id);
|
||||
uint GetNumSounds();
|
||||
bool PlayVehicleSound(const Vehicle *v, VehicleSoundEvent event);
|
||||
|
Reference in New Issue
Block a user