fix NULL string comparison in deh parser (#817)

This commit is contained in:
Roman Fomin 2022-11-29 12:42:51 +07:00 committed by GitHub
parent b3ff45d15c
commit 60d15ea920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1208,7 +1208,6 @@ static const struct deh_flag_s deh_mobjflags_mbf21[] = {
{"E4M8BOSS", MF2_E4M8BOSS}, // E4M8 boss
{"RIP", MF2_RIP}, // projectile rips through targets
{"FULLVOLSOUNDS", MF2_FULLVOLSOUNDS}, // full volume see / death sound
{ NULL }
};
static const struct deh_flag_s deh_weaponflags_mbf21[] = {