1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-01 01:51:34 +00:00

Merge remote-tracking branch 'mikesc/bug574'

This commit is contained in:
Marc Zinnschlag 2013-02-28 20:21:38 +01:00
commit 038c5c3e82

View file

@ -281,13 +281,11 @@ namespace MWInput
if (actionIsActive(A_MoveLeft))
{
triedToMove = true;
mPlayer.setAutoMove (false);
mPlayer.setLeftRight (-1);
}
else if (actionIsActive(A_MoveRight))
{
triedToMove = true;
mPlayer.setAutoMove (false);
mPlayer.setLeftRight (1);
}
else