Attempt preventative file not found crashing.
This commit is contained in:
@@ -793,7 +793,11 @@ bool SMLoader::LoadFromBGChangesString( BackgroundChange &change, const RString
|
|||||||
// fall through
|
// fall through
|
||||||
}
|
}
|
||||||
|
|
||||||
return aBGChangeValues.size() >= 2;
|
if (FILEMAN->DoesFileExist(change.m_def.m_sFile1))
|
||||||
|
{
|
||||||
|
return aBGChangeValues.size() >= 2;
|
||||||
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SMLoader::LoadNoteDataFromSimfile( const RString &path, Steps &out )
|
bool SMLoader::LoadNoteDataFromSimfile( const RString &path, Steps &out )
|
||||||
|
|||||||
Reference in New Issue
Block a user