mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 16:02:48 +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)
|
void S_StartCaption(sfxenum_t sfx_id, INT32 cnum, UINT16 lifespan)
|
||||||
{
|
{
|
||||||
UINT8 i, set, moveup, start;
|
UINT8 i, set, moveup, start;
|
||||||
boolean same;
|
boolean same = false;
|
||||||
sfxinfo_t *sfx;
|
sfxinfo_t *sfx;
|
||||||
|
|
||||||
if (!cv_closedcaptioning.value) // no captions at all
|
if (!cv_closedcaptioning.value) // no captions at all
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue