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

This commit is contained in:
freem
2014-07-24 17:51:02 -05:00
parent c0a8528d6a
commit 166ae6ea11
+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 );