diff --git a/src/shared/pmove.qc b/src/shared/pmove.qc index a38173b..91425ee 100644 --- a/src/shared/pmove.qc +++ b/src/shared/pmove.qc @@ -30,6 +30,7 @@ player::Physics_Jump(void) } else { /* Half-Life: Longjump module */ if (flags & FL_CROUCHING && g_items & 0x00008000i) { + makevectors(v_angle); velocity = v_forward * 512; velocity[2] += 100; }