mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-19 15:50:52 +00:00
SERVER: Change reload cancel frame for Wunderwaffe DG-2
This commit is contained in:
parent
7271e93337
commit
5e0a9af0ad
1 changed files with 2 additions and 2 deletions
|
@ -2468,7 +2468,7 @@ float(float wep, float frametype, optional float z) GetFrame =
|
|||
case PUT_OUT_END:
|
||||
return 53;
|
||||
case RELOAD_CANCEL:
|
||||
return 49;
|
||||
return 48;
|
||||
}
|
||||
break;
|
||||
case W_STG:
|
||||
|
@ -2598,7 +2598,7 @@ float(float wep, float frametype, optional float z) GetFrame =
|
|||
case PUT_OUT_END:
|
||||
return 71;
|
||||
case RELOAD_CANCEL:
|
||||
return 16;
|
||||
return 39;
|
||||
}
|
||||
break;
|
||||
case W_BK:
|
||||
|
|
Loading…
Reference in a new issue