forked from mirror/openmw-tes3mp
fix bug 574
This commit is contained in:
parent
88e8659a49
commit
3df34fb5cc
1 changed files with 0 additions and 2 deletions
|
@ -274,13 +274,11 @@ namespace MWInput
|
||||||
if (actionIsActive(A_MoveLeft))
|
if (actionIsActive(A_MoveLeft))
|
||||||
{
|
{
|
||||||
triedToMove = true;
|
triedToMove = true;
|
||||||
mPlayer.setAutoMove (false);
|
|
||||||
mPlayer.setLeftRight (-1);
|
mPlayer.setLeftRight (-1);
|
||||||
}
|
}
|
||||||
else if (actionIsActive(A_MoveRight))
|
else if (actionIsActive(A_MoveRight))
|
||||||
{
|
{
|
||||||
triedToMove = true;
|
triedToMove = true;
|
||||||
mPlayer.setAutoMove (false);
|
|
||||||
mPlayer.setLeftRight (1);
|
mPlayer.setLeftRight (1);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue