mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-04-23 17:30:48 +00:00
Merge pull request #26 from ScatterBox/main
Restore SVC_CUTSCENE and SVC_WEAPONFIRE to correct protocol spots in …
This commit is contained in:
commit
c5c89a3d42
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ const char *svc_strings[] =
|
|||
"svc_cdtrack", // [byte] track [byte] looptrack
|
||||
"svc_sellscreen",
|
||||
"svc_cutscene",
|
||||
//johnfitz -- new server messages
|
||||
"", // 35
|
||||
//johnfitz -- new server messages
|
||||
"svc_weaponfire", // 35
|
||||
"svc_hitmark", // 36
|
||||
"svc_skybox", // 37 // [string] skyname
|
||||
"svc_useprint", // 38
|
||||
|
|
Loading…
Reference in a new issue