From 282cce765d20787ea2e2706e733c311c0f24617b Mon Sep 17 00:00:00 2001 From: Nemrtvi <26684396+Nemrtvi@users.noreply.github.com> Date: Sat, 30 Mar 2019 19:20:45 +0100 Subject: [PATCH] MENUDEF change for new strings in Russian This is to accomodate the grammatical gender system. --- wadsrc/static/menudef.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index ac1b3fcff..194096f0e 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -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"