diff options
Diffstat (limited to 'src/game/g_physics.c')
-rw-r--r-- | src/game/g_physics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_physics.c b/src/game/g_physics.c index 856fcadb..63abaf9e 100644 --- a/src/game/g_physics.c +++ b/src/game/g_physics.c @@ -28,7 +28,7 @@ static void G_Bounce( gentity_t *ent, trace_t *trace ) float dot; int hitTime; float minNormal; - qboolean invert; + qboolean invert = qfalse; // reflect the velocity on the trace plane hitTime = level.previousTime + ( level.time - level.previousTime ) * trace->fraction; |