- added Gez's submission to add a compatibility option for Doom's floor motion behavior to fix an issue in phobos.wad.

SVN r3623 (trunk)
This commit is contained in:
Christoph Oelckers 2012-05-05 22:53:16 +00:00
commit af43ef8983
7 changed files with 15 additions and 4 deletions

View file

@ -131,6 +131,7 @@ static FCompatOption Options[] =
{ "polyobj", COMPATF_POLYOBJ, SLOT_COMPAT },
{ "maskedmidtex", COMPATF_MASKEDMIDTEX, SLOT_COMPAT },
{ "badangles", COMPATF2_BADANGLES, SLOT_COMPAT2 },
{ "floormove", COMPATF2_FLOORMOVE, SLOT_COMPAT2 },
{ NULL, 0, 0 }
};