You can see my problem in Topic name , so I will try to say that briefly.
When you close limbo menu (by every possible mean)
It will stop music (it don´t mind if that is music by music command or coded background track…
Since I´ve added music to my mod (Way for Victory) , i need to get rid this “bug”
I´ve tried to search , but not found it , also I´ve tried to delete limbo sounds , but it don´t help.
So if anyone know how to get rid that , please help.
Thanks for your interest!
Limbo menu stops music - why?
Jaquboss
(Jaquboss)
#1
FREAK1
(FREAK!!!)
#2
when you look in cg_limbopanel.c
search for this code
// if( !cgs.playedLimboMusic ) {
// trap_S_StartBackgroundTrack( "sound/music/menu_briefing.wav", "", 0 );
// cgs.playedLimboMusic = qtrue;
// }
as you can see, the code is in comments.
well i think that might be the problem, because it would check if the music plays or not, perhaps you try to edit that in your way.
Jaquboss
(Jaquboss)
#3
Hmm , looking at this, that code is already deleted in my mod , so don´t know what´s bad