diff --git a/stepmania/src/NotesLoader.cpp b/stepmania/src/NotesLoader.cpp index 5233062e82..6ace116ddc 100644 --- a/stepmania/src/NotesLoader.cpp +++ b/stepmania/src/NotesLoader.cpp @@ -18,7 +18,7 @@ bool NotesLoader::Loadable( const RString &sPath ) void NotesLoader::GetMainAndSubTitlesFromFullTitle( const RString &sFullTitle, RString &sMainTitleOut, RString &sSubTitleOut ) { - const RString sLeftSeps[] = { " -", " ~", " (", " [", "\t" }; + const RString sLeftSeps[] = { "\t", " -", " ~", " (", " [" }; for( unsigned i=0; i