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 bBPMStopNeeded = false;
|
||||||
bool bTickChangeNeeded = false;
|
bool bTickChangeNeeded = false;
|
||||||
|
|
||||||
for (unsigned i=0; i < vNoteRows.size(); i++)
|
for( unsigned i=0; i < vNoteRows.size(); ++i )
|
||||||
{
|
{
|
||||||
RString& NoteRowString = vNoteRows[i];
|
RString& NoteRowString = vNoteRows[i];
|
||||||
StripCrnl( NoteRowString );
|
StripCrnl( NoteRowString );
|
||||||
|
|||||||
@@ -6,8 +6,6 @@
|
|||||||
#include "NotesLoader.h"
|
#include "NotesLoader.h"
|
||||||
|
|
||||||
class Song;
|
class Song;
|
||||||
class Steps;
|
|
||||||
class NoteData;
|
|
||||||
|
|
||||||
class KSFLoader: public NotesLoader
|
class KSFLoader: public NotesLoader
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user