GCC re-fix

SVN r682 (trunk)
This commit is contained in:
Christoph Oelckers 2008-01-08 16:23:02 +00:00
parent fa6a40bdda
commit 6b79a75293
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.GetString(), item->type != discretes ? item->e.values[v].name : item->e.valuestrings[v].name.GetChars(),
DTA_Clean, true, TAG_DONE); DTA_Clean, true, TAG_DONE);
} }