GetFullDisplayTitle -> GetDisplayFullTitle

This commit is contained in:
Chris Danford
2005-05-23 00:38:09 +00:00
parent 56b8a409a2
commit 41becb56a4
21 changed files with 48 additions and 46 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ static CString GetPromptText()
s += ssprintf(
"You have changed the timing of\n\n"
"%s:\n\n",
GAMESTATE->m_pCurSong->GetFullDisplayTitle().c_str() );
GAMESTATE->m_pCurSong->GetDisplayFullTitle().c_str() );
{
float fOld = GAMESTATE->m_pTimingDataOriginal->m_fBeat0OffsetInSeconds;