summaryrefslogtreecommitdiff
path: root/sound.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 19:46:58 +0000
committertron <tron@openttd.org>2005-07-21 19:46:58 +0000
commite2a305144c50c7642ec6fdb215141c5bcf17f82e (patch)
tree2482bf9edc68128fc5acec2baa60071d5dc90a8d /sound.h
parente53c4db866021b07baace56f999be93920cd0f19 (diff)
downloadopenttd-e2a305144c50c7642ec6fdb215141c5bcf17f82e.tar.xz
(svn r2665) Move some variables, which are only used by music_gui.c, there
Diffstat (limited to 'sound.h')
-rw-r--r--sound.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound.h b/sound.h
index c7d65928d..6b90809fd 100644
--- a/sound.h
+++ b/sound.h
@@ -12,9 +12,6 @@ typedef struct MusicFileSettings {
char extmidi[80];
} MusicFileSettings;
-VARDEF byte _music_wnd_cursong;
-VARDEF bool _song_is_active;
-VARDEF byte _cur_playlist[33];
VARDEF MusicFileSettings msf;
bool SoundInitialize(const char *filename);