use alternates

This commit is contained in:
Glenn Maynard
2003-02-12 20:20:11 +00:00
parent 7a3336d50d
commit 2fd80d6551
3 changed files with 17 additions and 8 deletions
+2 -1
View File
@@ -104,6 +104,7 @@ void TransitionOniFade::UpdateSongText()
{
Song* pSong = GAMESTATE->m_pCurSong;
ASSERT( pSong );
m_textSongInfo.SetText( pSong->GetFullDisplayTitle() + "\n" + pSong->m_sArtist + "\n");
m_textSongInfo.SetText( pSong->GetFullDisplayTitle() + "\n" + pSong->GetDisplayArtist(),
pSong->GetFullTranslitTitle() + "\n" + pSong->GetTranslitArtist() );
m_Banner.LoadFromSong( pSong );
}