Skip to content

Commit 1ed974f

Browse files
committed
Server: Restore Ray Gun Sprint Cycle
1 parent 63a0799 commit 1ed974f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

source/shared/weapon_defines.qc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,6 +2181,10 @@ float(float wep, float frametype, optional float z) GetFrame =
21812181
return 60;
21822182
case SPRINT_IN_END:
21832183
return 64;
2184+
case SPRINT_START:
2185+
return 64;
2186+
case SPRINT_END:
2187+
return 69;
21842188
case SPRINT_OUT_START:
21852189
return 70;
21862190
case SPRINT_OUT_END:

0 commit comments

Comments
 (0)