This commit is contained in:
Daveo 2001-08-13 18:52:43 +00:00
parent 60ebb3fbd0
commit f0710f2835

View File

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