mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +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
|
||||
{
|
||||
0.0, "$OPTVAL_NO"
|
||||
0.0, "$TXT_NO"
|
||||
1.0, "$OPTVAL_YES_STANDARD"
|
||||
2.0, "$OPTVAL_YES_ENHANCED"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue