no message

This commit is contained in:
Chris Danford
2002-04-01 02:04:43 +00:00
parent d641cb4ae3
commit 3a73bfc354
19 changed files with 2793 additions and 159 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ bool TextBanner::LoadFromSong( Song* pSong )
m_textTitle.SetText( sTitle );
m_textSubTitle.SetText( sSubTitle );
m_textArtist.SetText( "/" + pSong->GetArtist() );
m_textArtist.SetText( "/ " + pSong->GetArtist() );
float fTitleZoom, fSubTitleZoom, fArtistZoom;