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
+2 -2
View File
@@ -242,9 +242,9 @@ try_metric_again:
// Is our metric cache out of date?
// XXX: GTSS wraps every ~40 days. Need a better way to handler timers like this.
if (TIMER->GetTimeSinceStart() >= m_fNextReloadTicks)
if (RageTimer::GetTimeSinceStart() >= m_fNextReloadTicks)
{
m_fNextReloadTicks = TIMER->GetTimeSinceStart()+1.0f;
m_fNextReloadTicks = RageTimer::GetTimeSinceStart()+1.0f;
if( m_uHashForCurThemeMetrics != GetHashForFile(sCurMetricPath) ||
m_uHashForBaseThemeMetrics != GetHashForFile(sDefaultMetricPath) )
{