profile cleanup

This commit is contained in:
Chris Danford
2004-02-22 02:15:34 +00:00
parent 8d7f11d756
commit 455d4a8383
8 changed files with 379 additions and 128 deletions
+1 -1
View File
@@ -1310,7 +1310,7 @@ void ScreenEvaluation::Input( const DeviceInput& DeviceI, const InputEventType t
Profile* pProfile = PROFILEMAN->GetProfile(pn);
Profile::Screenshot screenshot;
screenshot.sFileName = sFileName;
screenshot.sSignature = CRYPTMAN->GetFileSignature( sPath );
screenshot.sMD5 = CRYPTMAN->GetMD5( sPath );
screenshot.highScore = m_HighScore[pn];
pProfile->AddScreenshot( screenshot );
}