aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/client/prediction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/client/prediction.cpp')
-rw-r--r--mp/src/game/client/prediction.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mp/src/game/client/prediction.cpp b/mp/src/game/client/prediction.cpp
index 7e00732c..6646f8f9 100644
--- a/mp/src/game/client/prediction.cpp
+++ b/mp/src/game/client/prediction.cpp
@@ -931,7 +931,8 @@ void CPrediction::SetIdealPitch ( C_BasePlayer *player, const Vector& origin, co
Vector top, bottom;
float floor_height[MAX_FORWARD];
int i, j;
- int step, dir, steps;
+ float step, dir;
+ int steps;
trace_t tr;
if ( player->GetGroundEntity() == NULL )