added emulation of Final Doom's teleporter z glitch and activate it for Saturnia MAP10

This commit is contained in:
Christoph Oelckers 2024-04-27 10:45:50 +02:00
commit f7a15bc5f9
8 changed files with 33 additions and 4 deletions

View file

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