SVN r681 (trunk)
This commit is contained in:
Christoph Oelckers 2008-01-08 14:32:18 +00:00
parent 0a822bd2da
commit fa6a40bdda
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }