Skip to content

Commit

Permalink
Client: Crowbar: Remove redundant miss animation call
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Feb 27, 2022
1 parent ed60c80 commit 703335d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game/client/ev_hldm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1176,8 +1176,6 @@ void EV_Crowbar(event_args_t *args)

if (EV_IsLocal(idx))
{
gEngfuncs.pEventAPI->EV_WeaponAnimation(CROWBAR_ATTACK1MISS, 1);

switch ((g_iSwing++) % 3)
{
case 0:
Expand Down

0 comments on commit 703335d

Please sign in to comment.