mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +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;
|
||||
}
|
||||
if (*text == '$') text = GStrings(text + 1);
|
||||
screen->DrawText (SmallFont, OptionSettings.mFontColorValue, indent + CURSORSPACE, y,
|
||||
text, DTA_CleanNoMove_1, true, DTA_ColorOverlay, overlay, TAG_DONE);
|
||||
return indent;
|
||||
|
|
Loading…
Reference in a new issue