fix really awkward positioning of this line (was using spaces instead of tabs)

This commit is contained in:
freem
2014-08-02 00:38:42 -07:00
committed by Jonathan Payne
parent 88c412f792
commit 46e7ff7ead
+1 -1
View File
@@ -1958,7 +1958,7 @@ void ScreenGameplay::UpdateHasteRate()
{
if( !GAMESTATE->IsHumanPlayer(pi->m_pn) )
continue;
fMaxLife = max( fMaxLife, pi->m_pLifeMeter->GetLife() );
fMaxLife = max( fMaxLife, pi->m_pLifeMeter->GetLife() );
}
if( fMaxLife <= m_fHasteLifeSwitchPoint )
GAMESTATE->m_fHasteRate = SCALE( fMaxLife, 0.0f, m_fHasteLifeSwitchPoint, -1.0f, 0.0f );