1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 03:40:14 +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)
{