From cd512d014a8683c5a772b9dab991263079ce568f Mon Sep 17 00:00:00 2001
From: toasterbabe <rollerorbital@gmail.com>
Date: Tue, 9 May 2017 14:42:23 +0100
Subject: [PATCH] <Alam_Squeeze> s_sound.c: In function `S_StartCaption':
 <Alam_Squeeze> s_sound.c:409: warning: 'same' might be used uninitialized in
 this functio

---
 src/s_sound.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/s_sound.c b/src/s_sound.c
index 20b71fce8..2f3b1ae93 100644
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -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