summaryrefslogtreecommitdiff
path: root/src/sound_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-02 18:12:39 +0000
committerrubidium <rubidium@openttd.org>2011-01-02 18:12:39 +0000
commitad15cd37a601de4bf2446e9e4538cda3c140b4ef (patch)
tree5057718dee0b78af4309085254a6faa411980e3c /src/sound_func.h
parent4ec6c19d449ea010432bb4972910bffc6ed2c548 (diff)
downloadopenttd-ad15cd37a601de4bf2446e9e4538cda3c140b4ef.tar.xz
(svn r21698) -Fix: incorrectly named global variable
Diffstat (limited to 'src/sound_func.h')
-rw-r--r--src/sound_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_func.h b/src/sound_func.h
index cf41d1d1d..ed9526bec 100644
--- a/src/sound_func.h
+++ b/src/sound_func.h
@@ -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);