From 764214cf1689fd852b03706133193dbdd45ebe30 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 7 Jan 2004 01:06:58 +0000 Subject: [PATCH] cleanup output --- stepmania/src/NotesWriterSM.cpp | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/stepmania/src/NotesWriterSM.cpp b/stepmania/src/NotesWriterSM.cpp index a10264bbe0..00bcdd4e09 100644 --- a/stepmania/src/NotesWriterSM.cpp +++ b/stepmania/src/NotesWriterSM.cpp @@ -90,16 +90,19 @@ void NotesWriterSM::WriteGlobalTags( RageFile &f, const Song &out ) } f.PutLine( ";" ); - f.Write( "#FGCHANGES:" ); - for( i=0; i &lines, bool SkipLeadingBlankLines, bool OmitLastNewline )