1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

very small correction

This commit is contained in:
scrawl 2012-08-19 22:15:31 +02:00
parent 19ae30ee68
commit f7d537cb28

View file

@ -275,7 +275,8 @@ namespace MWInput
|| actionIsActive(A_MoveForward)
|| actionIsActive(A_MoveBackward)
|| actionIsActive(A_Jump)
|| actionIsActive(A_Crouch))
|| actionIsActive(A_Crouch)
|| actionIsActive(A_TogglePOV))
{
resetIdleTime ();