diff --git a/source/player/player.cpp b/source/player/player.cpp index 32a931dd9..418004069 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -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 ); } }