no message
This commit is contained in:
@@ -84,7 +84,7 @@ ScreenSelectStyle::ScreenSelectStyle()
|
||||
|
||||
|
||||
// Load dummy Sprites
|
||||
for( int i=0; i<m_aPossibleStyles.GetSize(); i++ )
|
||||
for( i=0; i<m_aPossibleStyles.GetSize(); i++ )
|
||||
{
|
||||
ThemeElement te;
|
||||
|
||||
|
||||
@@ -373,7 +373,7 @@ bool Song::LoadFromBMSDir( CString sDir )
|
||||
iIndex = value_data.ReverseFind('(');
|
||||
if( iIndex != -1 )
|
||||
{
|
||||
value_data.Delete( iIndex, 10000 );
|
||||
value_data = value_data.Left( iIndex );
|
||||
GetMainAndSubTitlesFromFullTitle( value_data, m_sMainTitle, m_sSubTitle );
|
||||
}
|
||||
else
|
||||
|
||||
@@ -94,7 +94,7 @@ void SongManager::InitSongArrayFromDisk()
|
||||
arraySongs.Copy( m_pSongs );
|
||||
SortSongPointerArrayByGroup( arraySongs );
|
||||
|
||||
for( int i=0; i<m_pSongs.GetSize(); i++ )
|
||||
for( i=0; i<m_pSongs.GetSize(); i++ )
|
||||
{
|
||||
Song* pSong = m_pSongs[i];
|
||||
const CString sGroupName = m_pSongs[i]->GetGroupName();
|
||||
|
||||
Reference in New Issue
Block a user