mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
small fix
This commit is contained in:
parent
64c814157b
commit
cbae2c7a69
1 changed files with 0 additions and 4 deletions
|
@ -237,11 +237,7 @@ void Sapphire::Network::GameConnection::updatePositionHandler( FrameworkPtr pFw,
|
||||||
animationType += 0x04;
|
animationType += 0x04;
|
||||||
}
|
}
|
||||||
if( animationState == MoveState::StartFalling )
|
if( animationState == MoveState::StartFalling )
|
||||||
{
|
|
||||||
player.m_falling = true;
|
player.m_falling = true;
|
||||||
animationType += 0x10;
|
|
||||||
unknownRotation = 0x7F;
|
|
||||||
}
|
|
||||||
if( animationState == MoveState::EnterCollision )
|
if( animationState == MoveState::EnterCollision )
|
||||||
{
|
{
|
||||||
animationType = 2;
|
animationType = 2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue