test whether the song required for an edit is present before copying it. Fixes "game said it copied N edits, but none of them are showing".
This commit is contained in:
@@ -13,7 +13,7 @@ public:
|
||||
static bool LoadFromCRSFile( const RString &sPath, Course &out );
|
||||
static bool LoadFromMsd( const RString &sPath, const MsdFile &msd, Course &out, bool bFromCache );
|
||||
static bool LoadFromBuffer( const RString &sPath, const RString &sBuffer, Course &out );
|
||||
static bool LoadEdit( const RString &sEditFilePath, ProfileSlot slot );
|
||||
static bool LoadEditFromFile( const RString &sEditFilePath, ProfileSlot slot );
|
||||
static bool LoadEditFromBuffer( const RString &sBuffer, const RString &sPath, ProfileSlot slot );
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user