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