mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Remove some commented code.
This commit is contained in:
parent
65bb35509f
commit
da8355a5f6
1 changed files with 0 additions and 2 deletions
|
@ -101,8 +101,6 @@ V_CalcRoll (const vec3_t angles, const vec3_t velocity)
|
|||
side = fabs (side);
|
||||
|
||||
value = cl_rollangle->value;
|
||||
// if (cl.inwater)
|
||||
// value *= 6;
|
||||
|
||||
if (side < cl_rollspeed->value)
|
||||
side = side * value / cl_rollspeed->value;
|
||||
|
|
Loading…
Reference in a new issue