1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 19:45:33 +00:00

Swap use of iDispAttackMod/fDispAttacking (thanks Hrnchamd)

This commit is contained in:
scrawl 2014-12-22 23:58:16 +01:00
parent 59f21c6105
commit 7f0d71f8f4

View file

@ -1025,8 +1025,8 @@ namespace MWMechanics
else if (type == OT_Assault)
{
arg = store.find("iCrimeAttack")->getInt();
disp = store.find("fDispAttacking")->getFloat();
dispVictim = store.find("iDispAttackMod")->getInt();
disp = store.find("iDispAttackMod")->getInt();
dispVictim = store.find("fDispAttacking")->getFloat();
}
else if (type == OT_Murder)
{