1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 17:09:40 +00:00

Fix health meter (again)

This commit is contained in:
scrawl 2013-07-30 15:58:24 +02:00
parent 2e667f1d94
commit 472a381263

View file

@ -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())