diff options
Diffstat (limited to 'src/newgrf_sound.h')
-rw-r--r-- | src/newgrf_sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_sound.h b/src/newgrf_sound.h index a6375cee4..0d3295327 100644 --- a/src/newgrf_sound.h +++ b/src/newgrf_sound.h @@ -30,7 +30,7 @@ enum VehicleSoundEvent { }; -SoundEntry *AllocateSound(); +SoundEntry *AllocateSound(uint num); void InitializeSoundPool(); bool LoadNewGRFSound(SoundEntry *sound); SoundEntry *GetSound(SoundID sound_id); |