summaryrefslogtreecommitdiff
path: root/src/strife/s_sound.c
diff options
context:
space:
mode:
authorJames Haley2011-02-10 20:45:00 +0000
committerJames Haley2011-02-10 20:45:00 +0000
commit0e7e7ba3b64e6bccfcca85d4120f2f60f1fe05c3 (patch)
treed8d4d753dbd3c0568652b5c87d4ce6f6251c2d8c /src/strife/s_sound.c
parent808f6fd842f581f31aa0d91617a759af46fdc732 (diff)
downloadchocolate-doom-0e7e7ba3b64e6bccfcca85d4120f2f60f1fe05c3.tar.gz
chocolate-doom-0e7e7ba3b64e6bccfcca85d4120f2f60f1fe05c3.tar.bz2
chocolate-doom-0e7e7ba3b64e6bccfcca85d4120f2f60f1fe05c3.zip
Restarted work on hub save code. Brought in multiple filepath handling
routines from Eternity. Subversion-branch: /branches/strife-branch Subversion-revision: 2252
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