(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings

This commit is contained in:
rubidium
2011-03-05 18:00:48 +00:00
parent ec798d27df
commit 2e5b1f178e
14 changed files with 109 additions and 149 deletions

View File

@@ -16,8 +16,6 @@
#include "vehicle_type.h"
#include "tile_type.h"
extern MusicFileSettings _msf;
void SndPlayTileFx(SoundID sound, TileIndex tile);
void SndPlayVehicleFx(SoundID sound, const Vehicle *v);
void SndPlayFx(SoundID sound);