mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Fix health meter (again)
This commit is contained in:
parent
2e667f1d94
commit
472a381263
@ -330,7 +330,7 @@ namespace MWClass
|
||||
}
|
||||
|
||||
if(ptr.getRefData().getHandle() == "player")
|
||||
MWBase::Environment::get().getWindowManager()->setEnemy(ptr);
|
||||
MWBase::Environment::get().getWindowManager()->setEnemy(victim);
|
||||
|
||||
int weapskill = ESM::Skill::HandToHand;
|
||||
if(!weapon.isEmpty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user