|
|
@ -281,13 +281,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
|
|
|
|