save edits to machine profile

This commit is contained in:
Chris Danford
2005-12-03 20:34:49 +00:00
parent 6647949a00
commit 9e8469eb65
9 changed files with 75 additions and 16 deletions
-5
View File
@@ -321,11 +321,6 @@ bool Steps::IsAutogen() const
return parent != NULL;
}
void Steps::SetFile( CString fn )
{
m_sFilename = fn;
}
void Steps::SetDifficultyAndDescription( Difficulty dc, CString sDescription )
{
DeAutogen();