mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
Begin phase 2 :)
- link net_svc.c to the server - add a NET_SVC_Print_Emit function - make the server use the above instead of svc_print manually It's actually kind of ugly, because of how backbuffers are implimented. Hopefully I'll be able to clean that up later.
This commit is contained in:
parent
7b4e5e69af
commit
56f1d6f49b
5 changed files with 35 additions and 8 deletions
|
@ -199,6 +199,7 @@ typedef struct net_svc_deltapacketentities_s
|
|||
entity_state_t deltas[MAX_PACKET_ENTITIES];
|
||||
} net_svc_deltapacketentities_t;
|
||||
|
||||
net_status_t NET_SVC_Print_Emit (net_svc_print_t *block, sizebuf_t *buf);
|
||||
net_status_t NET_SVC_Print_Parse (net_svc_print_t *block, msg_t *msg);
|
||||
net_status_t NET_SVC_Damage_Parse (net_svc_damage_t *block, msg_t *msg);
|
||||
net_status_t NET_SVC_ServerData_Parse (net_svc_serverdata_t *block, msg_t *msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue