mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-17 08:26:50 -04:00
cleanup
This commit is contained in:
parent
a32ab842ae
commit
dbf5613d8c
@ -1192,7 +1192,6 @@ void CharacterController::update(float duration)
|
|||||||
cls.getMovementSettings(mPtr).mPosition[2] = 0;
|
cls.getMovementSettings(mPtr).mPosition[2] = 0;
|
||||||
}
|
}
|
||||||
//Force Move Jump, only jump if they're otherwise moving
|
//Force Move Jump, only jump if they're otherwise moving
|
||||||
std::cout << isMoving << std::endl;
|
|
||||||
if(stats.getMovementFlag(MWMechanics::CreatureStats::Flag_ForceMoveJump) && isMoving)
|
if(stats.getMovementFlag(MWMechanics::CreatureStats::Flag_ForceMoveJump) && isMoving)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user