mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +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
|
@ -70,7 +70,7 @@ const char *svc_strings[] =
|
||||||
"svc_sellscreen",
|
"svc_sellscreen",
|
||||||
"svc_cutscene",
|
"svc_cutscene",
|
||||||
//johnfitz -- new server messages
|
//johnfitz -- new server messages
|
||||||
"", // 35
|
"svc_weaponfire", // 35
|
||||||
"svc_hitmark", // 36
|
"svc_hitmark", // 36
|
||||||
"svc_skybox", // 37 // [string] skyname
|
"svc_skybox", // 37 // [string] skyname
|
||||||
"svc_useprint", // 38
|
"svc_useprint", // 38
|
||||||
|
|
Loading…
Reference in a new issue