mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-29 02:10:36 +00:00
- fixed bad text macros.
This commit is contained in:
parent
f9a3ca8b6f
commit
c70d3b5b79
1 changed files with 3 additions and 3 deletions
|
@ -1078,9 +1078,9 @@ OptionValue "PlayerColorsSW"
|
||||||
OptionValue "PlayerTeam"
|
OptionValue "PlayerTeam"
|
||||||
{
|
{
|
||||||
0, "$TXT_COLOR_BLUE"
|
0, "$TXT_COLOR_BLUE"
|
||||||
1, "TXT_COLOR_RED"
|
1, "$TXT_COLOR_RED"
|
||||||
2, "TXT_COLOR_GREEN"
|
2, "$TXT_COLOR_GREEN"
|
||||||
3, "TXT_COLOR_GRAY"
|
3, "$TXT_COLOR_GRAY"
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionValue "Gender"
|
OptionValue "Gender"
|
||||||
|
|
Loading…
Reference in a new issue