It does. RString( num, c ).

This commit is contained in:
Steve Checkoway
2006-10-16 08:44:12 +00:00
parent 59a7aee9b5
commit baa0c8e6c8
+1 -1
View File
@@ -309,7 +309,7 @@ void ScreenNameEntry::DrawPrimitives()
if( m_ColToStringIndex[p][t] == -1 )
continue;
m_textScrollingChars[p][t].SetText( ssprintf("%c",c) ); // why doens't CStdStr have a contructor that takes a char?
m_textScrollingChars[p][t].SetText( RString(1, c) );
m_textScrollingChars[p][t].SetY( fY );
float fZoom = g_fCharsZoomSmall;
if( iCharIndex==iClosestIndex )