Profile::ClearStats

This commit is contained in:
Glenn Maynard
2007-05-06 05:13:58 +00:00
parent 837f29e0f9
commit 6b60a97092
5 changed files with 12 additions and 9 deletions
+8
View File
@@ -87,6 +87,14 @@ void Profile::InitEditableData()
m_iWeightPounds = 0;
}
void Profile::ClearStats()
{
// don't reset the Guid
RString sGuid = m_sGuid;
InitAll();
m_sGuid = sGuid;
}
RString Profile::MakeGuid()
{
RString s;