Cleanup and style.
This commit is contained in:
@@ -452,7 +452,7 @@ static bool LoadGlobalData( const RString &sPath, Song &out, bool &bKIUCompliant
|
||||
bool bBPMStopNeeded = false;
|
||||
bool bTickChangeNeeded = false;
|
||||
|
||||
for (unsigned i=0; i < vNoteRows.size(); i++)
|
||||
for( unsigned i=0; i < vNoteRows.size(); ++i )
|
||||
{
|
||||
RString& NoteRowString = vNoteRows[i];
|
||||
StripCrnl( NoteRowString );
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
#include "NotesLoader.h"
|
||||
|
||||
class Song;
|
||||
class Steps;
|
||||
class NoteData;
|
||||
|
||||
class KSFLoader: public NotesLoader
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user