Simplify: not using variable except to return.
Also, auto auth push test.
This commit is contained in:
@@ -204,8 +204,7 @@ float LifeMeterTime::GetLife() const
|
|||||||
|
|
||||||
float LifeMeterTime::GetLifeSeconds() const
|
float LifeMeterTime::GetLifeSeconds() const
|
||||||
{
|
{
|
||||||
float fSecs = m_fLifeTotalGainedSeconds - (m_fLifeTotalLostSeconds + STATSMAN->m_CurStageStats.m_fStepsSeconds);
|
return m_fLifeTotalGainedSeconds - (m_fLifeTotalLostSeconds + STATSMAN->m_CurStageStats.m_fStepsSeconds);
|
||||||
return fSecs;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user