From 46e7ff7eadf89315403a5249ef0185b1de69415d Mon Sep 17 00:00:00 2001 From: freem Date: Thu, 24 Jul 2014 17:51:02 -0500 Subject: [PATCH] fix really awkward positioning of this line (was using spaces instead of tabs) --- src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenGameplay.cpp b/src/ScreenGameplay.cpp index 49adc799bf..92429df8dd 100644 --- a/src/ScreenGameplay.cpp +++ b/src/ScreenGameplay.cpp @@ -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 );