mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-24 21:02:14 +00:00
Server: Restore Ray Gun Sprint Cycle
This commit is contained in:
parent
63a07997cc
commit
1ed974f2d3
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue