SetLoadedFromProfile when the Steps are created, not when they are saved

This commit is contained in:
Chris Danford
2005-12-06 23:44:01 +00:00
parent 9c8caf4c72
commit 66c5a45117
13 changed files with 202 additions and 186 deletions
+5 -5
View File
@@ -411,11 +411,11 @@ GoalType StringToGoalType( const CString& s );
enum EditMode
{
EDIT_MODE_PRACTICE,
EDIT_MODE_HOME,
EDIT_MODE_FULL,
NUM_EDIT_MODES,
EDIT_MODE_INVALID,
EditMode_Practice,
EditMode_Home,
EditMode_Full,
NUM_EditMode,
EditMode_INVALID,
};