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:
parent
59f21c6105
commit
7f0d71f8f4
@ -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…
x
Reference in New Issue
Block a user