From f90044d343ff97ca54c09e9f5360eba87744b613 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 5 Mar 2011 18:00:48 +0000 Subject: (svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings --- src/sound_func.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sound_func.h') diff --git a/src/sound_func.h b/src/sound_func.h index ed9526bec..7117bb646 100644 --- a/src/sound_func.h +++ b/src/sound_func.h @@ -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); -- cgit v1.2.3-54-g00ecf