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
@@ -453,7 +453,7 @@ void Background::DrawPrimitives()
bool Background::DangerVisible()
{
return m_bInDanger && PREFSMAN->m_bShowDanger && (TIMER->GetTimeSinceStart() - (int)TIMER->GetTimeSinceStart()) < 0.5f;
return m_bInDanger && PREFSMAN->m_bShowDanger && (RageTimer::GetTimeSinceStart() - (int)RageTimer::GetTimeSinceStart()) < 0.5f;
}