summaryrefslogtreecommitdiff
path: root/src/game/bg_pmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_pmove.c')
-rw-r--r--src/game/bg_pmove.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c
index d5719a5..be1a695 100644
--- a/src/game/bg_pmove.c
+++ b/src/game/bg_pmove.c
@@ -1238,7 +1238,6 @@ static void PM_AirMove( void )
usercmd_t cmd;
float accel; // CPM
- float wishspeed2; // CPM
float velscale;//classes temp.var
velscale = BG_Class( pm->ps->stats[ STAT_CLASS ] )->airAcceleration;