This commit is contained in:
Glenn Maynard
2004-05-10 05:26:41 +00:00
parent 0012f225e8
commit e2adb85a35
+2 -2
View File
@@ -37,9 +37,9 @@
CString GetStatsLineTitle( PlayerNumber pn, int iLine ) CString GetStatsLineTitle( PlayerNumber pn, int iLine )
{ {
static const CString s[NUM_ENDING_STATS_LINES] = { static const CString s[NUM_ENDING_STATS_LINES] = {
"%s Percent Complete", "%s %% Complete",
"Total Calories", "Total Calories",
"Total Songs Played", "Total Played",
"Current Combo", "Current Combo",
}; };
StepsType st = GAMESTATE->GetCurrentStyleDef()->m_StepsType; StepsType st = GAMESTATE->GetCurrentStyleDef()->m_StepsType;