fix course mode

This commit is contained in:
Glenn Maynard
2004-01-31 09:53:48 +00:00
parent 5870ad19b3
commit 1a2df1e440
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -21,6 +21,9 @@ SongCreditDisplay::SongCreditDisplay()
this->LoadFromFont( THEME->GetPathToF("SongCreditDisplay",(CString)"text") );
Song* pSong = GAMESTATE->m_pCurSong;
if( pSong == NULL ) /* probably course mode */
return;
CString s;
s += pSong->GetFullDisplayTitle() + "\n";
s += pSong->GetDisplayArtist() + "\n";