cleanup, less random order

This commit is contained in:
Glenn Maynard
2006-07-29 06:18:09 +00:00
parent e57aa00b2a
commit e550a0fcb5
2 changed files with 10 additions and 14 deletions
-5
View File
@@ -1012,11 +1012,6 @@ void Actor::SetEffectPulse( float fPeriod, float fMinZoom, float fMaxZoom )
}
void Actor::SetShadowLength( float fLength )
{
m_fShadowLength = fLength;
}
void Actor::AddRotationH( float rot )
{
RageQuatMultiply( &DestTweenState().quat, DestTweenState().quat, RageQuatFromH(rot) );