mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 14:42:05 +00:00
SERVER: Add some junk frames to make Type 100 usable
This commit is contained in:
parent
2e9838682b
commit
e8015e44d9
1 changed files with 6 additions and 0 deletions
|
@ -2312,6 +2312,12 @@ float(float wep, float frametype, optional float z) GetFrame =
|
|||
return 38;
|
||||
case RELOAD_CANCEL:
|
||||
return 16;
|
||||
case AIM_IN:
|
||||
return 28;
|
||||
case AIM_FIRE_START:
|
||||
return 27;
|
||||
case AIM_FIRE_END:
|
||||
return 29;
|
||||
}
|
||||
break;
|
||||
case W_TESLA:
|
||||
|
|
Loading…
Reference in a new issue