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
+1 -1
View File
@@ -47,7 +47,7 @@ SoundReader *RageSoundReader_Chain::Copy() const
* read it more than once at a time. */
bool RageSoundReader_Chain::AddSound( RString sPath, float fOffsetSecs, float fPan )
{
sPath.ToLower();
sPath.MakeLower();
map<RString, SoundReader *>::const_iterator it;
it = m_apLoadedSounds.find( sPath );