Data Fields | |
char | currentTrack [MAX_QPATH] |
char | nextTrack [MAX_QPATH] |
Mix_Music * | data |
byte * | buffer |
qboolean | playingStream |
Definition at line 40 of file s_music.c.
char music_s::currentTrack[MAX_QPATH] |
Mix_Music* music_s::data |
char music_s::nextTrack[MAX_QPATH] |
if this is set no action to M_Start and M_Stop might happen, otherwise we might run into a deadlock. This is due to the installed hook function for music mixing that is used whenever we stream the music on our own
Definition at line 45 of file s_music.c.
Referenced by M_Frame(), M_PlayMusicStream(), M_Start(), M_Stop(), and M_StopMusicStream().