summaryrefslogtreecommitdiff
path: root/src/strife/s_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/s_sound.c')
-rw-r--r--src/strife/s_sound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strife/s_sound.c b/src/strife/s_sound.c
index bedde12c..c29ce392 100644
--- a/src/strife/s_sound.c
+++ b/src/strife/s_sound.c
@@ -538,7 +538,8 @@ static unsigned int S_voiceHash(const char *str)
++c;
}
- return h;}
+ return h;
+}
static voiceinfo_t *voices[NUMVOICECHAINS];
@@ -619,7 +620,6 @@ void I_StartVoice(const char *lumpname)
strncpy(lumpnamedup, lumpname, 9);
lumpnamedup[8] = '\0';
-
if((lumpnum = W_CheckNumForName(lumpnamedup)) != -1)
{
// haleyjd: Choco-specific: get a voice structure