corrected skulk walk speed (previous value changed with others to adress bug was incorrect)

This commit is contained in:
pierow 2020-07-11 17:20:22 -04:00
parent 8fe16d36ca
commit 606f9765a0
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ float AvHMUGetWalkSpeedFactor(AvHUser3 inUser3)
case AVH_USER3_ALIEN_PLAYER1:
//theMoveSpeed = .04f;
//theMoveSpeed = .14f;
theMoveSpeed = .25f;
theMoveSpeed = .35f;
break;
case AVH_USER3_ALIEN_PLAYER2:
//theMoveSpeed = .08f;