diff options
Diffstat (limited to 'src/newgrf_sound.cpp')
-rw-r--r-- | src/newgrf_sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_sound.cpp b/src/newgrf_sound.cpp index 72f2da840..1ea568f32 100644 --- a/src/newgrf_sound.cpp +++ b/src/newgrf_sound.cpp @@ -34,7 +34,7 @@ void InitializeSoundPool() } -FileEntry *GetSound(uint index) +FileEntry *GetSound(SoundID index) { if (index >= GetNumSounds()) return NULL; return GetSoundInternal(index); |