mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
MENUDEF change for new strings in Russian
This is to accomodate the grammatical gender system.
This commit is contained in:
parent
f5ad144934
commit
282cce765d
1 changed files with 2 additions and 2 deletions
|
@ -807,7 +807,7 @@ OptionValue Contrast
|
|||
{
|
||||
0.0, "$OPTVAL_OFF"
|
||||
1.0, "$OPTVAL_ON"
|
||||
2.0, "$OPTVAL_SMOOTH"
|
||||
2.0, "$OPTVAL_SMOOTH_1"
|
||||
}
|
||||
|
||||
OptionValue Fuzziness
|
||||
|
@ -2375,7 +2375,7 @@ OptionValue "Particles"
|
|||
{
|
||||
0, "$OPTVAL_SQUARE"
|
||||
1, "$OPTVAL_ROUND"
|
||||
2, "$OPTVAL_SMOOTH"
|
||||
2, "$OPTVAL_SMOOTH_2"
|
||||
}
|
||||
|
||||
OptionValue "HqResizeModes"
|
||||
|
|
Loading…
Reference in a new issue