mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-03 07:17:59 +03: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…
Add table
Add a link
Reference in a new issue