- Added menu option for clipmidtex compatflag

This commit is contained in:
Rachael Alexanderson 2017-02-23 03:49:14 -05:00
parent 3c3917f1f3
commit 4a66621d9f
2 changed files with 2 additions and 0 deletions

View file

@ -2088,6 +2088,7 @@ CMPTMNU_SOUNDCUTOFF = "Sounds stop when actor vanishes";
CMPTMNU_SOUNDTARGET = "Use original sound target handling";
CMPTMNU_TELEPORT = "Scripted teleports don't trigger sector actions";
CMPTMNU_PUSHWINDOW = "Non-blocking lines can be pushed";
CMPTMNU_CLIPMIDTEX = "Clip Midtextures Like OpenGL Renderer";
// Sound Options
SNDMNU_TITLE = "SOUND OPTIONS";

View file

@ -1409,6 +1409,7 @@ OptionMenu "CompatibilityOptions"
Option "$CMPTMNU_MULTIEXIT", "compat_multiexit", "YesNo"
Option "$CMPTMNU_TELEPORT", "compat_teleport", "YesNo"
Option "$CMPTMNU_PUSHWINDOW", "compat_pushwindow", "YesNo"
Option "$CMPTMNU_CLIPMIDTEX", "compat_clipmidtex", "YesNo"
StaticText " "
StaticText "$CMPTMNU_PHYSICSBEHAVIOR",1