mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 15:36:41 +00:00
Merge remote branch 'gus/collisions' into collision
This commit is contained in:
commit
a14db99aa8
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ namespace MWClass
|
||||||
if (ptr.getRefData().getMovement().get())
|
if (ptr.getRefData().getMovement().get())
|
||||||
{
|
{
|
||||||
vector.x = - ptr.getRefData().getMovement()->mLeftRight * 200;
|
vector.x = - ptr.getRefData().getMovement()->mLeftRight * 200;
|
||||||
vector.z = - ptr.getRefData().getMovement()->mForwardBackward * 200;
|
vector.y = ptr.getRefData().getMovement()->mForwardBackward * 200;
|
||||||
|
|
||||||
if (getStance (ptr, Run, false))
|
if (getStance (ptr, Run, false))
|
||||||
vector *= 2;
|
vector *= 2;
|
||||||
|
|
Loading…
Reference in a new issue