keep a Guid in Profile

This commit is contained in:
Chris Danford
2004-03-14 17:49:38 +00:00
parent 105f307d5f
commit 063c2cf3a4
5 changed files with 45 additions and 17 deletions
+1 -1
View File
@@ -1357,7 +1357,7 @@ void ScreenEvaluation::Input( const DeviceInput& DeviceI, const InputEventType t
screenshot.sFileName = sFileName;
screenshot.sMD5 = CRYPTMAN->GetMD5( sPath );
screenshot.time = time(NULL);
screenshot.sMachineName = PREFSMAN->m_sMachineName;
screenshot.iMachineGuid = PROFILEMAN->GetMachineProfile()->m_iGuid;
pProfile->AddScreenshot( screenshot );
}