add GetNumSelectableAndUnlockedSongs, add GetMD5ForString
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user