mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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"
|
||||
{
|
||||
0, "$TXT_COLOR_BLUE"
|
||||
1, "TXT_COLOR_RED"
|
||||
2, "TXT_COLOR_GREEN"
|
||||
3, "TXT_COLOR_GRAY"
|
||||
1, "$TXT_COLOR_RED"
|
||||
2, "$TXT_COLOR_GREEN"
|
||||
3, "$TXT_COLOR_GRAY"
|
||||
}
|
||||
|
||||
OptionValue "Gender"
|
||||
|
|
Loading…
Reference in a new issue