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 0049a00fe5
8 changed files with 33 additions and 4 deletions

View file

@ -1120,7 +1120,7 @@ FUNC(LS_Teleport_NewMap)
FUNC(LS_Teleport)
// Teleport (tid, sectortag, bNoSourceFog)
{
int flags = TELF_DESTFOG;
int flags = TELF_DESTFOG | TELF_FDCOMPAT;
if (!arg2)
{
flags |= TELF_SOURCEFOG;