Revert "- Added menu option for clipmidtex compatflag"

This reverts commit 4a66621d9f.
This commit is contained in:
Rachael Alexanderson 2017-02-23 05:57:34 -05:00
parent 4a66621d9f
commit d94150f316
2 changed files with 0 additions and 2 deletions

View File

@ -2088,7 +2088,6 @@ 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,7 +1409,6 @@ 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