mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Added menu option for clipmidtex compatflag
This commit is contained in:
parent
3c3917f1f3
commit
4a66621d9f
2 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue