Quiet warnings.
This commit is contained in:
@@ -126,7 +126,7 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
|
|||||||
|
|
||||||
int state = GETTING_SONG_INFO;
|
int state = GETTING_SONG_INFO;
|
||||||
const unsigned values = msd.GetNumValues();
|
const unsigned values = msd.GetNumValues();
|
||||||
Steps* pNewNotes;
|
Steps* pNewNotes = NULL;
|
||||||
|
|
||||||
for( unsigned i = 0; i < values; i++ )
|
for( unsigned i = 0; i < values; i++ )
|
||||||
{
|
{
|
||||||
@@ -1007,7 +1007,7 @@ bool SSCLoader::LoadEditFromFile( RString sEditFilePath, ProfileSlot slot, bool
|
|||||||
bool SSCLoader::LoadEditFromMsd( const MsdFile &msd, const RString &sEditFilePath, ProfileSlot slot, bool bAddStepsToSong )
|
bool SSCLoader::LoadEditFromMsd( const MsdFile &msd, const RString &sEditFilePath, ProfileSlot slot, bool bAddStepsToSong )
|
||||||
{
|
{
|
||||||
Song* pSong = NULL;
|
Song* pSong = NULL;
|
||||||
Steps* pNewNotes;
|
Steps* pNewNotes = NULL;
|
||||||
bool bSSCFormat = false;
|
bool bSSCFormat = false;
|
||||||
|
|
||||||
for( unsigned i=0; i<msd.GetNumValues(); i++ )
|
for( unsigned i=0; i<msd.GetNumValues(); i++ )
|
||||||
|
|||||||
Reference in New Issue
Block a user