mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Added $ check for language support for drawing Option Values
This commit is contained in:
parent
cd4076dc1b
commit
efaaccc030
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ public:
|
||||||
{
|
{
|
||||||
text = (*opt)->mValues[Selection].Text;
|
text = (*opt)->mValues[Selection].Text;
|
||||||
}
|
}
|
||||||
|
if (*text == '$') text = GStrings(text + 1);
|
||||||
screen->DrawText (SmallFont, OptionSettings.mFontColorValue, indent + CURSORSPACE, y,
|
screen->DrawText (SmallFont, OptionSettings.mFontColorValue, indent + CURSORSPACE, y,
|
||||||
text, DTA_CleanNoMove_1, true, DTA_ColorOverlay, overlay, TAG_DONE);
|
text, DTA_CleanNoMove_1, true, DTA_ColorOverlay, overlay, TAG_DONE);
|
||||||
return indent;
|
return indent;
|
||||||
|
|
Loading…
Reference in a new issue