Add Voodoo Zombie Compatflag

This commit is contained in:
Ricardo Luís Vaz Silva 2023-05-13 20:30:42 -03:00 committed by Christoph Oelckers
commit 1589afb46e
7 changed files with 51 additions and 7 deletions

View file

@ -171,6 +171,7 @@ static FCompatOption Options[] =
{ "railing", COMPATF2_RAILING, SLOT_COMPAT2 },
{ "scriptwait", COMPATF2_SCRIPTWAIT, SLOT_COMPAT2 },
{ "nombf21", COMPATF2_NOMBF21, SLOT_COMPAT2 },
{ "voodoozombies", COMPATF2_VOODOO_ZOMBIES, SLOT_COMPAT2 },
{ NULL, 0, 0 }
};