mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -04:00
analog turning speed is independent of run enabled
Feature request from DW.
This commit is contained in:
parent
b9e1820629
commit
2c46941329
@ -442,7 +442,7 @@ void G_BuildTiccmd(ticcmd_t* cmd)
|
||||
x = FixedMul(FixedMul(x, x), x);
|
||||
|
||||
x = axis_turn_sens * x / 10;
|
||||
cmd->angleturn -= FixedMul(angleturn[speed], x);
|
||||
cmd->angleturn -= FixedMul(angleturn[1], x);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user