From cefcc976b503782d1e5d2af06ca2d9517c1888cc Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Aug 2001 21:32:19 +0000 Subject: [PATCH] --- source/player/player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } }