diff --git a/source/sw/src/sounds.cpp b/source/sw/src/sounds.cpp index a3959c4be..206a6d7de 100644 --- a/source/sw/src/sounds.cpp +++ b/source/sw/src/sounds.cpp @@ -394,8 +394,10 @@ ExternalSoundMod(void) for (vp = voc; vp < &voc[SIZ(voc)]; vp++) { +#if 0 if (!vp->name) continue; +#endif if (!Bstrcasecmp(name, vp->name)) {