summaryrefslogtreecommitdiff
path: root/src/newgrf_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_sound.h')
-rw-r--r--src/newgrf_sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf_sound.h b/src/newgrf_sound.h
index 43d5f9691..7def7b280 100644
--- a/src/newgrf_sound.h
+++ b/src/newgrf_sound.h
@@ -23,9 +23,9 @@ enum VehicleSoundEvent {
FileEntry *AllocateFileEntry();
void InitializeSoundPool();
-FileEntry *GetSound(uint index);
+FileEntry *GetSound(SoundID sound_id);
uint GetNumSounds();
bool PlayVehicleSound(const Vehicle *v, VehicleSoundEvent event);
-bool PlayTileSound(const struct GRFFile *file, uint16 sound_id, TileIndex tile);
+bool PlayTileSound(const struct GRFFile *file, SoundID sound_id, TileIndex tile);
#endif /* NEWGRF_SOUND_H */