1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 03:39:14 +00:00
This commit is contained in:
Marc Zinnschlag 2014-08-03 09:28:44 +02:00
parent a32ab842ae
commit dbf5613d8c

View File

@ -1192,7 +1192,6 @@ void CharacterController::update(float duration)
cls.getMovementSettings(mPtr).mPosition[2] = 0;
}
//Force Move Jump, only jump if they're otherwise moving
std::cout << isMoving << std::endl;
if(stats.getMovementFlag(MWMechanics::CreatureStats::Flag_ForceMoveJump) && isMoving)
{