support for Actor hierarchies, and re-write of RageMusic.

This commit is contained in:
Chris Danford
2001-12-11 11:25:37 +00:00
parent c597318ae6
commit ffd50d9087
18 changed files with 472 additions and 235 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ void Actor::Update( const float &fDeltaTime )
m_bTweeningTowardEndColor = TRUE;
}
}
RageLog( "Actor::m_fPercentBetweenColors %f", m_fPercentBetweenColors );
//RageLog( "Actor::m_fPercentBetweenColors %f", m_fPercentBetweenColors );
break;
case wagging:
m_fWagTimer += fDeltaTime;