SW: Fix -Wpointer-bool-conversion

git-svn-id: https://svn.eduke32.com/eduke32@7555 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-04-10 01:00:32 +00:00 committed by Christoph Oelckers
parent 97e9f1ee75
commit 392917d61f

View file

@ -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))
{