(svn r16337) -Codechange: remove pointless variable + wrapper function; having it return anything else than ORIGINAL_SAMPLE_COUNT is asking for NewGRFs failing to load (due to invalid sample index), thus desyncs

This commit is contained in:
rubidium
2009-05-17 14:57:14 +00:00
parent b27adec700
commit 21e2842f34
5 changed files with 7 additions and 15 deletions

View File

@@ -12,7 +12,6 @@
extern MusicFileSettings msf;
bool SoundInitialize(const char *filename);
uint GetNumOriginalSounds();
void SndPlayTileFx(SoundFx sound, TileIndex tile);
void SndPlayVehicleFx(SoundFx sound, const Vehicle *v);