mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
commit
d8943d911c
@ -1771,8 +1771,6 @@ void CharacterController::update(float duration)
|
||||
float height = cls.getCreatureStats(mPtr).land();
|
||||
float healthLost = getFallDamage(mPtr, height);
|
||||
|
||||
bool godmode = mPtr == MWMechanics::getPlayer() && MWBase::Environment::get().getWorld()->getGodModeState();
|
||||
|
||||
if (healthLost > 0.0f)
|
||||
{
|
||||
const float fatigueTerm = cls.getCreatureStats(mPtr).getFatigueTerm();
|
||||
|
Loading…
x
Reference in New Issue
Block a user