just small stylistic cleanup

This commit is contained in:
AJ Kelly
2011-02-08 01:26:57 -06:00
parent ed490351fb
commit a5029adc32
+2 -2
View File
@@ -139,10 +139,10 @@ void MenuTimer::Disable()
void MenuTimer::Stall()
{
/* Max amount of stall time we'll use: */
// Max amount of stall time we'll use:
const float Amt = min( 0.5f, m_fStallSecondsLeft );
/* Amount of stall time to add: */
// Amount of stall time to add:
const float ToAdd = Amt - m_fStallSeconds;
m_fStallSeconds += ToAdd;