summaryrefslogtreecommitdiff
path: root/src/d_iwad.c
diff options
context:
space:
mode:
authorJames Haley2010-09-11 21:12:06 +0000
committerJames Haley2010-09-11 21:12:06 +0000
commit90c196e4eb1d079fa946e764ed72a9ecd2c86dac (patch)
treeeccef190c9caa7ce4d6ff5e585286749c1432bb8 /src/d_iwad.c
parentb6938d1533d624a5815660c40aeda9125090f55e (diff)
downloadchocolate-doom-90c196e4eb1d079fa946e764ed72a9ecd2c86dac.tar.gz
chocolate-doom-90c196e4eb1d079fa946e764ed72a9ecd2c86dac.tar.bz2
chocolate-doom-90c196e4eb1d079fa946e764ed72a9ecd2c86dac.zip
Added code (some possibly temporary?) to load voices.wad. Fixed several
problems with playing of voice sounds - especially had to add a dynamic hashtable of voice sfxinfo_t's because Choco won't tolerate overwriting them once they've been used (see channel_playing array in i_sdlsound.c) - PROBLEM: Random Z_Malloc failures when trying to play sounds. Cannot catch in debugger so far. Subversion-branch: /branches/strife-branch Subversion-revision: 2065
Diffstat (limited to 'src/d_iwad.c')
-rw-r--r--src/d_iwad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c
index 0e3220a8..e7f25234 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -50,6 +50,7 @@ static iwad_t iwads[] =
{ "heretic.wad", heretic, retail, "Heretic" },
{ "heretic1.wad", heretic, shareware, "Heretic Shareware" },
{ "hexen.wad", hexen, commercial, "Hexen" },
+ //{ "strife0.wad", strife, commercial, "Strife" }, // haleyjd: STRIFE-FIXME
{ "strife1.wad", strife, commercial, "Strife" },
};