forked from mirror/openmw-tes3mp
Fix health meter (again)
This commit is contained in:
parent
2e667f1d94
commit
472a381263
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ namespace MWClass
|
||||||
}
|
}
|
||||||
|
|
||||||
if(ptr.getRefData().getHandle() == "player")
|
if(ptr.getRefData().getHandle() == "player")
|
||||||
MWBase::Environment::get().getWindowManager()->setEnemy(ptr);
|
MWBase::Environment::get().getWindowManager()->setEnemy(victim);
|
||||||
|
|
||||||
int weapskill = ESM::Skill::HandToHand;
|
int weapskill = ESM::Skill::HandToHand;
|
||||||
if(!weapon.isEmpty())
|
if(!weapon.isEmpty())
|
||||||
|
|
Loading…
Reference in a new issue