mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-21 15:11:33 +00:00
Merge branch 'master' of gitlab.com:OpenMW/openmw
This commit is contained in:
commit
d944f703e8
1 changed files with 1 additions and 1 deletions
|
@ -2448,7 +2448,7 @@ void CharacterController::update(float duration)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mFloatToSurface && cls.isActor() && cls.canSwim(mPtr))
|
if (mFloatToSurface && cls.isActor())
|
||||||
{
|
{
|
||||||
if (cls.getCreatureStats(mPtr).isDead()
|
if (cls.getCreatureStats(mPtr).isDead()
|
||||||
|| (!godmode && cls.getCreatureStats(mPtr).isParalyzed()))
|
|| (!godmode && cls.getCreatureStats(mPtr).isParalyzed()))
|
||||||
|
|
Loading…
Reference in a new issue