name cleanup: Gaining -> Gain, Losing->Lose

This commit is contained in:
Chris Danford
2004-08-22 02:16:31 +00:00
parent f0d22bd7ea
commit f5d3b27450
7 changed files with 22 additions and 20 deletions
+2 -2
View File
@@ -481,9 +481,9 @@ void Background::UpdateCurBGChange( float fCurrentTime )
m_pCurrentBGA = m_BGAnimations[ change.m_sBGName ];
if( pOld )
pOld->LosingFocus();
pOld->LoseFocus();
if( m_pCurrentBGA )
m_pCurrentBGA->GainingFocus( change.m_fRate, change.m_bRewindMovie, change.m_bLoop );
m_pCurrentBGA->GainFocus( change.m_fRate, change.m_bRewindMovie, change.m_bLoop );
m_fSecsLeftInFade = m_pFadingBGA!=NULL ? FADE_SECONDS : 0;