get rid of TIMER

This commit is contained in:
Glenn Maynard
2002-12-19 23:07:20 +00:00
parent fc4c1637ba
commit d8c4057660
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ void HoldGhostArrow::Update( float fDeltaTime )
if( m_fHeatLevel == 1 )
{
bool bZooomALittle = fmodf( TIMER->GetTimeSinceStart(), 1/20.0f ) > 1/40.0f;
bool bZooomALittle = fmodf( RageTimer::GetTimeSinceStart(), 1/20.0f ) > 1/40.0f;
SetZoom( bZooomALittle ? 1.04f : 1.0f );
}
else