mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
Prune dead code.
This commit is contained in:
parent
e6c4e0b576
commit
1478dcd9c9
15 changed files with 25 additions and 95 deletions
|
@ -220,8 +220,6 @@ V_DriftPitch (void)
|
|||
move = host_frametime * cl.pitchvel;
|
||||
cl.pitchvel += host_frametime * v_centerspeed->value;
|
||||
|
||||
// Con_Printf ("move: %f (%f)\n", move, host_frametime);
|
||||
|
||||
if (delta > 0) {
|
||||
if (move > delta) {
|
||||
cl.pitchvel = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue