This commit is contained in:
Charles 2001-08-09 21:32:19 +00:00
parent 2d7d596c09
commit cefcc976b5

View file

@ -2076,7 +2076,7 @@ void CPlayer::renderSb(DVECTOR *_pos,int _animNo,int _animFrame)
{
if ( ( (CNpcPlatform *) platform )->isCart() )
{
m_actorGfx->RotateScale( ft4, *_pos, ( (CNpcPlatform *) platform )->getCollisionAngle(), ONE, ONE );
m_actorGfx->RotateScale( ft4, *_pos, ( (CNpcPlatform *) platform )->getCollisionAngle() >> 1, ONE, ONE );
}
}