rename new GetPathTo -> GetPath to avoid overload problems

This commit is contained in:
Glenn Maynard
2004-02-14 01:16:04 +00:00
parent ffb841ba38
commit ebd948988d
5 changed files with 23 additions and 19 deletions
+2 -1
View File
@@ -18,9 +18,10 @@
SongCreditDisplay::SongCreditDisplay()
{
this->LoadFromFont( THEME->GetPathToF("SongCreditDisplay",(CString)"text") );
if( GAMESTATE->IsCourseMode() )
return;
this->LoadFromFont( THEME->GetPathF("SongCreditDisplay","text") );
Song* pSong = GAMESTATE->m_pCurSong;
ASSERT( pSong );