mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-04-22 15:47:19 +00:00
- use correct label for "No" text.
This commit is contained in:
parent
e94d18ab02
commit
b894d5d04c
1 changed files with 1 additions and 1 deletions
|
@ -929,7 +929,7 @@ OptionMenu "VideoOptions" protected
|
|||
|
||||
OptionValue CrosshairHealthTypes
|
||||
{
|
||||
0.0, "$OPTVAL_NO"
|
||||
0.0, "$TXT_NO"
|
||||
1.0, "$OPTVAL_YES_STANDARD"
|
||||
2.0, "$OPTVAL_YES_ENHANCED"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue