Skip to content

Commit

Permalink
Server: Restore Ray Gun Sprint Cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed May 19, 2022
1 parent 63a0799 commit 1ed974f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/shared/weapon_defines.qc
Original file line number Diff line number Diff line change
Expand Up @@ -2181,6 +2181,10 @@ float(float wep, float frametype, optional float z) GetFrame =
return 60;
case SPRINT_IN_END:
return 64;
case SPRINT_START:
return 64;
case SPRINT_END:
return 69;
case SPRINT_OUT_START:
return 70;
case SPRINT_OUT_END:
Expand Down

0 comments on commit 1ed974f

Please sign in to comment.