mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-01 14:11:05 +00:00
Restore SVC_CUTSCENE and SVC_WEAPONFIRE to correct protocol spots in QC
This commit is contained in:
parent
4ec539d714
commit
b1c0a84beb
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