summaryrefslogtreecommitdiff
path: root/src/newgrf_sound.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-03-19 22:55:29 +0000
committerfrosch <frosch@openttd.org>2012-03-19 22:55:29 +0000
commit0643a6976467fe85ffae88687477c971e45ec596 (patch)
tree42bbce64578c63a6f38582dac5c65826300b7be4 /src/newgrf_sound.h
parent2007f7affdd38a6ef5c7482f99e8d0d831a8bfee (diff)
downloadopenttd-0643a6976467fe85ffae88687477c971e45ec596.tar.xz
(svn r24052) -Fix (r23883) [FS#5107]: Imported GRF sounds were inserted into the wrong slots.
Diffstat (limited to 'src/newgrf_sound.h')
-rw-r--r--src/newgrf_sound.h2
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);