add GetNumSelectableAndUnlockedSongs, add GetMD5ForString

This commit is contained in:
Chris Danford
2006-05-16 00:47:02 +00:00
parent 787d1f214c
commit ede57d64ad
5 changed files with 43 additions and 12 deletions
+1 -1
View File
@@ -871,7 +871,7 @@ void ScreenEvaluation::Input( const InputEventPlus &input )
const HighScore &hs = STATSMAN->m_CurStageStats.m_player[pn].m_HighScore;
Screenshot screenshot;
screenshot.sFileName = sFileName;
screenshot.sMD5 = CRYPTMAN->GetMD5( sPath );
screenshot.sMD5 = CRYPTMAN->GetMD5ForFile( sPath );
screenshot.highScore = hs;
pProfile->AddScreenshot( screenshot );
}