<Alam_Squeeze> s_sound.c: In function `S_StartCaption':

<Alam_Squeeze> s_sound.c:409: warning: 'same' might be used uninitialized in this functio
This commit is contained in:
toasterbabe 2017-05-09 14:42:23 +01:00
parent e69b08178f
commit cd512d014a

View file

@ -406,7 +406,7 @@ void S_StopSoundByNum(sfxenum_t sfxnum)
void S_StartCaption(sfxenum_t sfx_id, INT32 cnum, UINT16 lifespan)
{
UINT8 i, set, moveup, start;
boolean same;
boolean same = false;
sfxinfo_t *sfx;
if (!cv_closedcaptioning.value) // no captions at all