mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-20 18:52:43 +00:00
- Add missing SSAOModes
option value array to menudef.txt
.
This commit is contained in:
parent
8d777892e0
commit
a20a56d9e7
1 changed files with 8 additions and 0 deletions
|
@ -1190,6 +1190,14 @@ OptionValue "LightModes"
|
|||
2, "$GLPREFMNU_HIGHCONTRAST"
|
||||
}
|
||||
|
||||
OptionValue "SSAOModes"
|
||||
{
|
||||
0, "$OPTVAL_OFF"
|
||||
1, "$OPTVAL_LOW"
|
||||
2, "$OPTVAL_MEDIUM"
|
||||
3, "$OPTVAL_HIGH"
|
||||
}
|
||||
|
||||
OptionMenu "PostProcessMenu"
|
||||
{
|
||||
Title "$GLMNU_POSTPROCESS"
|
||||
|
|
Loading…
Reference in a new issue