mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
SW: Fix -Wpointer-bool-conversion
git-svn-id: https://svn.eduke32.com/eduke32@7555 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
97e9f1ee75
commit
392917d61f
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue