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:
parent
59f21c6105
commit
7f0d71f8f4
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue