Set the path when loading from an edit.
This commit is contained in:
@@ -354,6 +354,8 @@ bool CourseLoaderCRS::LoadEdit( const RString &sEditFilePath, ProfileSlot slot )
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Course *pCourse = new Course;
|
Course *pCourse = new Course;
|
||||||
|
|
||||||
|
pCourse->m_sPath = sEditFilePath;
|
||||||
LoadFromMsd( sEditFilePath, msd, *pCourse, true );
|
LoadFromMsd( sEditFilePath, msd, *pCourse, true );
|
||||||
|
|
||||||
pCourse->m_LoadedFromProfile = slot;
|
pCourse->m_LoadedFromProfile = slot;
|
||||||
|
|||||||
Reference in New Issue
Block a user