working on stats.html

This commit is contained in:
Chris Danford
2003-12-08 10:50:52 +00:00
parent 467605b683
commit e195fd6d2c
+1 -1
View File
@@ -969,7 +969,7 @@ void ProfileManager::SaveStatsWebPageToDir( CString sDir, MemoryCard mc )
f.Write( ssprintf("<td><a href='#%u'>%s</a></td>",
pSong, // use pointer value as the hash
pSong->GetTranslitMainTitle().c_str()) );
pSong->GetFullDisplayTitle().c_str()) );
for( Difficulty dc=(Difficulty)0; dc<NUM_DIFFICULTIES; dc=(Difficulty)(dc+1) )
{