From abf7399207d9632649dff78e1b4638e4035fd1f3 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 29 Oct 2005 14:57:04 +0000 Subject: [PATCH] Apparently some DWIs use a tab for a separator. --- stepmania/src/NotesLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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