forked from teamnwah/openmw-tes3coop
fixed tab problem
This commit is contained in:
parent
246544806a
commit
36cb10572a
2 changed files with 57 additions and 64 deletions
|
@ -298,7 +298,6 @@ namespace MWInput
|
||||||
{
|
{
|
||||||
player.setAutoMove(false);
|
player.setAutoMove(false);
|
||||||
moveX -= speed;
|
moveX -= speed;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(poller.isDown(A_MoveRight))
|
if(poller.isDown(A_MoveRight))
|
||||||
|
|
|
@ -131,10 +131,7 @@ namespace MWWorld
|
||||||
float Z_Val = 300.0f * duration * -1.0f;
|
float Z_Val = 300.0f * duration * -1.0f;
|
||||||
if (mAutoMove == true)
|
if (mAutoMove == true)
|
||||||
{
|
{
|
||||||
//if player is running
|
|
||||||
//Make player go at full speed
|
|
||||||
moveRel(X_Val, Y_Val, Z_Val);
|
moveRel(X_Val, Y_Val, Z_Val);
|
||||||
//else go forward at walk speed.
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -147,9 +144,6 @@ namespace MWWorld
|
||||||
{
|
{
|
||||||
misWalking = setMe;
|
misWalking = setMe;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue