mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-24 11:42:03 +00:00
<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:
parent
e69b08178f
commit
cd512d014a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue