mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
GCC fix
SVN r681 (trunk)
This commit is contained in:
parent
0a822bd2da
commit
fa6a40bdda
1 changed files with 1 additions and 1 deletions
|
@ -1654,7 +1654,7 @@ void M_OptDrawer ()
|
||||||
{
|
{
|
||||||
screen->DrawText (item->type == cdiscrete ? v : ValueColor,
|
screen->DrawText (item->type == cdiscrete ? v : ValueColor,
|
||||||
CurrentMenu->indent + 14, y,
|
CurrentMenu->indent + 14, y,
|
||||||
item->type != discretes ? item->e.values[v].name : item->e.valuestrings[v].name,
|
item->type != discretes ? item->e.values[v].name : item->e.valuestrings[v].name.GetString(),
|
||||||
DTA_Clean, true, TAG_DONE);
|
DTA_Clean, true, TAG_DONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue