Fix Linux compile.

This commit is contained in:
Steve Checkoway
2005-05-18 02:01:00 +00:00
parent 62c4bb2702
commit c0c82a0527
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ void BGAnimationLayer::LoadFromAniLayerFile( const CString& sPath )
CString lcPath = sPath;
lcPath.MakeLower();
if( lcPath.Find("usesongbg") != -1 )
if( lcPath.find("usesongbg") != CString::npos )
{
const Song* pSong = GAMESTATE->m_pCurSong;
CString sSongBGPath;