This commit is contained in:
parent
a0c43a1b74
commit
51a62782ae
1 changed files with 4 additions and 4 deletions
|
@ -208,8 +208,8 @@ void CNpcBranchPlatform::processMovement( int _frames )
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
int BX=-20;
|
int BX=-16;
|
||||||
int BY=-30;
|
int BY=-16;
|
||||||
void CNpcBranchPlatform::render()
|
void CNpcBranchPlatform::render()
|
||||||
{
|
{
|
||||||
if ( m_isActive )
|
if ( m_isActive )
|
||||||
|
@ -238,8 +238,8 @@ void CNpcBranchPlatform::render()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
rotation.vy = 2048;
|
rotation.vy = 0;
|
||||||
rotation.vz = -getCollisionAngle();
|
rotation.vz = getCollisionAngle();
|
||||||
renderPos.vx+= BX;
|
renderPos.vx+= BX;
|
||||||
renderPos.vy+= BY;
|
renderPos.vy+= BY;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue