diff --git a/source/player/player.cpp b/source/player/player.cpp index 6b4856d3f..00c5702af 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -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 ); } }