From fa6a40bddaac6f1a9fd5ac8153f8c043c02c1ba5 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 8 Jan 2008 14:32:18 +0000 Subject: [PATCH] GCC fix SVN r681 (trunk) --- src/m_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_options.cpp b/src/m_options.cpp index 3d0eecf345..6c7802ee7c 100644 --- a/src/m_options.cpp +++ b/src/m_options.cpp @@ -1654,7 +1654,7 @@ void M_OptDrawer () { screen->DrawText (item->type == cdiscrete ? v : ValueColor, 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); }