sign screenshots saved to a profile

This commit is contained in:
Chris Danford
2004-02-14 20:47:50 +00:00
parent 139a8a19d1
commit dfd5e7eb36
5 changed files with 45 additions and 14 deletions
+1 -1
View File
@@ -1322,7 +1322,7 @@ void ScreenEvaluation::Input( const DeviceInput& DeviceI, const InputEventType t
/* StyleI won't be valid if it's a menu button that's pressed.
* There's got to be a better way of doing this. -Chris */
CString sDir = PROFILEMAN->GetProfileDir((ProfileSlot)pn);
SaveScreenshot( sDir );
SaveScreenshot( sDir, true, true );
m_bSavedScreenshot[pn] = true;
return; // handled
}