mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 12:40:04 +00:00
Issue #68: fixed death detection
This commit is contained in:
parent
9172c3ec4d
commit
0ab432b074
@ -176,7 +176,7 @@ namespace MWMechanics
|
||||
|
||||
mDynamic[index] = value;
|
||||
|
||||
if (index==2 && mDynamic[index].getCurrent()<1)
|
||||
if (index==0 && mDynamic[index].getCurrent()<1)
|
||||
mDead = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user