Skip to content

Commit

Permalink
PM_CheckFalling: fix punch angle value 1.3% -> 1%
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Aug 14, 2024
1 parent ce621c3 commit adca446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regamedll/pm_shared/pm_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,7 @@ void PM_CheckFalling()

// Knock the screen around a little bit, temporary effect
// punch X axis
pmove->punchangle[0] = pmove->flFallVelocity * 0.013;
pmove->punchangle[0] = pmove->flFallVelocity * 0.01;

if (pmove->punchangle[0] > 8.0f)
{
Expand Down

0 comments on commit adca446

Please sign in to comment.