add loading of edits from a profile

This commit is contained in:
Chris Danford
2004-02-08 01:05:53 +00:00
parent 5458f9d9dc
commit 221b51c2b4
31 changed files with 370 additions and 199 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ void ScreenSelectCourse::AfterCourseChange()
{
const StepsType &st = GAMESTATE->GetCurrentStyleDef()->m_StepsType;
int mc = MEMORY_CARD_MACHINE;
int mc = PROFILE_SLOT_MACHINE;
if( PROFILEMAN->IsUsingProfile( (PlayerNumber)p ) )
mc = p;