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
+1 -1
View File
@@ -191,7 +191,7 @@ void GameState::Reset()
m_SortOrder.Set( SORT_INVALID );
m_PreferredSortOrder = GetDefaultSort();
m_PlayMode.Set( PLAY_MODE_INVALID );
m_EditMode = EDIT_MODE_INVALID;
m_EditMode = EditMode_INVALID;
m_bDemonstrationOrJukebox = false;
m_bJukeboxUsesModifiers = false;
m_iCurrentStageIndex = 0;