mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
- use correct label for "No" text.
This commit is contained in:
parent
5968bb6114
commit
fd6f6b1356
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ OptionMenu "VideoOptions" protected
|
||||||
|
|
||||||
OptionValue CrosshairHealthTypes
|
OptionValue CrosshairHealthTypes
|
||||||
{
|
{
|
||||||
0.0, "$OPTVAL_NO"
|
0.0, "$TXT_NO"
|
||||||
1.0, "$OPTVAL_YES_STANDARD"
|
1.0, "$OPTVAL_YES_STANDARD"
|
||||||
2.0, "$OPTVAL_YES_ENHANCED"
|
2.0, "$OPTVAL_YES_ENHANCED"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue