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
@@ -326,7 +326,7 @@ void BitmapText::DrawPrimitives()
//////////////////////
if( m_bRainbow )
{
int color_index = int(TIMER->GetTimeSinceStart() / 0.200) % NUM_RAINBOW_COLORS;
int color_index = int(RageTimer::GetTimeSinceStart() / 0.200) % NUM_RAINBOW_COLORS;
for( int i=0; i<iNumV; i+=4 )
{
const RageColor color = RAINBOW_COLORS[color_index];