From f0710f28354b1db6581982ade64b3cd83920f967 Mon Sep 17 00:00:00 2001 From: Daveo Date: Mon, 13 Aug 2001 18:52:43 +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 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 ); } }