ToLower -> MakeLower

This commit is contained in:
Glenn Maynard
2006-03-01 00:39:32 +00:00
parent d151beec27
commit 9c4d7606cf
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -230,7 +230,7 @@ int BMSLoader::GetMeasureStartRow( const MeasureToTimeSig_t &sigs, int iMeasureN
void BMSLoader::SearchForDifficulty( RString sTag, Steps *pOut )
{
sTag.ToLower();
sTag.MakeLower();
/* Only match "Light" in parentheses. */
if( sTag.find( "(light" ) != sTag.npos )
@@ -892,7 +892,7 @@ bool BMSLoader::LoadFromDir( const RString &sDir, Song &out )
if( GetTagFromMap( aBMSData[i], "#title", sTag ) && sTag.size() != commonSubstring.size() )
{
sTag = sTag.substr( commonSubstring.size(), sTag.size() - commonSubstring.size() );
sTag.ToLower();
sTag.MakeLower();
// XXX: We should do this with filenames too, I have plenty of examples.
// however, filenames will be trickier, as stuffs at the beginning AND