(svn r24052) -Fix (r23883) [FS#5107]: Imported GRF sounds were inserted into the wrong slots.

This commit is contained in:
frosch
2012-03-19 22:55:29 +00:00
parent 5fe58a74b3
commit 91e8aa00b1
4 changed files with 45 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ enum VehicleSoundEvent {
};
SoundEntry *AllocateSound();
SoundEntry *AllocateSound(uint num);
void InitializeSoundPool();
bool LoadNewGRFSound(SoundEntry *sound);
SoundEntry *GetSound(SoundID sound_id);