(svn r24052) -Fix (r23883) [FS#5107]: Imported GRF sounds were inserted into the wrong slots.
This commit is contained in:
@@ -30,7 +30,7 @@ enum VehicleSoundEvent {
|
||||
};
|
||||
|
||||
|
||||
SoundEntry *AllocateSound();
|
||||
SoundEntry *AllocateSound(uint num);
|
||||
void InitializeSoundPool();
|
||||
bool LoadNewGRFSound(SoundEntry *sound);
|
||||
SoundEntry *GetSound(SoundID sound_id);
|
||||
|
Reference in New Issue
Block a user