[editorKeysounds] This shouldn't crash I think.
This should also be in default.
This commit is contained in:
@@ -258,6 +258,7 @@ void SongManager::LoadStepManiaSongDir( RString sDir, LoadingWindow *ld )
|
|||||||
FOREACH_CONST( RString, arrayGroupDirs, s ) // foreach dir in /Songs/
|
FOREACH_CONST( RString, arrayGroupDirs, s ) // foreach dir in /Songs/
|
||||||
{
|
{
|
||||||
RString sGroupDirName = *s;
|
RString sGroupDirName = *s;
|
||||||
|
// TODO: If this check fails, log a warning instead of crashing.
|
||||||
SanityCheckGroupDir(sDir+sGroupDirName);
|
SanityCheckGroupDir(sDir+sGroupDirName);
|
||||||
|
|
||||||
// Find all Song folders in this group directory
|
// Find all Song folders in this group directory
|
||||||
|
|||||||
Reference in New Issue
Block a user