mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 22:51:36 +00:00
Merge pull request #32 from ScatterBox/main
Restore SVC_CUTSCENE and SVC_WEAPONFIRE to correct protocol spots in QC
This commit is contained in:
commit
bc4559f708
1 changed files with 2 additions and 5 deletions
|
@ -392,11 +392,8 @@ string(float num)
|
|||
#define SVC_FINALE 31
|
||||
#define SVC_CDTRACK 32
|
||||
#define SVC_SELLSCREEN 33
|
||||
#define SVC_SMALLKICK 34
|
||||
#define SVC_BIGKICK 35
|
||||
//#define SVC_CUTSCENE 34 // 1998-08-08 Complete SVC list by Zhenga
|
||||
//#define SVC_WEAPONFIRE 35
|
||||
#define SVC_WEAPONFIRE 35
|
||||
#define SVC_CUTSCENE 34 // 1998-08-08 Complete SVC list by Zhenga
|
||||
#define SVC_WEAPONFIRE 35
|
||||
#define SVC_HITMARK 36
|
||||
#define SVC_LIMBUPDATE 51 // naievil -- keep me
|
||||
#define SVC_BSPDECAL 50 // naievil -- keep me
|
||||
|
|
Loading…
Reference in a new issue