Revert "Attempt preventative file not found crashing."
This reverts commit c5637444ab.
This didn't actually fix anything, but moved the crash from start of ScreenGameplay to parsing the .sm file during load.
This commit is contained in:
@@ -793,11 +793,7 @@ bool SMLoader::LoadFromBGChangesString( BackgroundChange &change, const RString
|
|||||||
// fall through
|
// fall through
|
||||||
}
|
}
|
||||||
|
|
||||||
if (FILEMAN->DoesFileExist(change.m_def.m_sFile1))
|
return aBGChangeValues.size() >= 2;
|
||||||
{
|
|
||||||
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