mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
fix NULL string comparison in deh parser (#817)
This commit is contained in:
parent
b3ff45d15c
commit
60d15ea920
@ -1208,7 +1208,6 @@ static const struct deh_flag_s deh_mobjflags_mbf21[] = {
|
|||||||
{"E4M8BOSS", MF2_E4M8BOSS}, // E4M8 boss
|
{"E4M8BOSS", MF2_E4M8BOSS}, // E4M8 boss
|
||||||
{"RIP", MF2_RIP}, // projectile rips through targets
|
{"RIP", MF2_RIP}, // projectile rips through targets
|
||||||
{"FULLVOLSOUNDS", MF2_FULLVOLSOUNDS}, // full volume see / death sound
|
{"FULLVOLSOUNDS", MF2_FULLVOLSOUNDS}, // full volume see / death sound
|
||||||
{ NULL }
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct deh_flag_s deh_weaponflags_mbf21[] = {
|
static const struct deh_flag_s deh_weaponflags_mbf21[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user