(svn r21698) -Fix: incorrectly named global variable

This commit is contained in:
rubidium
2011-01-02 18:12:39 +00:00
parent e7b57edfe6
commit 6ed9a8fb77
5 changed files with 41 additions and 41 deletions

View File

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