- Added "clipmidtex" compatflag and applied it to unloved.pk3

This commit is contained in:
Rachael Alexanderson 2017-02-23 03:39:04 -05:00
commit 1a9b1de9a1
7 changed files with 35 additions and 4 deletions

View file

@ -151,7 +151,7 @@ static FCompatOption Options[] =
{ "multiexit", COMPATF2_MULTIEXIT, SLOT_COMPAT2 },
{ "teleport", COMPATF2_TELEPORT, SLOT_COMPAT2 },
{ "disablepushwindowcheck", COMPATF2_PUSHWINDOW, SLOT_COMPAT2 },
{ "clipmidtex", COMPATF2_CLIPMIDTEX, SLOT_COMPAT2 },
{ NULL, 0, 0 }
};