[quake3] OpenAL music problem

Neil Toronto ntoronto at cs.byu.edu
Wed Nov 22 23:31:47 EST 2006


Neil Toronto wrote:
> When using OpenAL for the sound, if there is no intro track, the loop 
> won't play either. I believe this is the culprit, from 
> S_AL_StartBackgroundTrack in snd_openal.c:
>
> *if*((!intro || !*intro) && (!intro || !*intro))
>     *return*;
>
> That second half should test loop, not intro.
>
> Neil
>

Please excuse Thunderbird for converting the bold characters to 
asterisk-tagged ones when converting to plain text. It should read:

if((!intro || !*intro) && (!intro || !*intro))
    return;



More information about the quake3 mailing list