(svn r2665) Move some variables, which are only used by music_gui.c, there

pull/155/head
tron 19 years ago
parent 8b05455903
commit cbd5227934

@ -7,6 +7,10 @@
#include "sound.h"
#include "hal.h"
static byte _music_wnd_cursong;
static bool _song_is_active;
static byte _cur_playlist[33];
#define NUM_SONGS_AVAILABLE 22

@ -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);

Loading…
Cancel
Save