0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-22 03:31:34 +00:00

- remove the now unused net_svc_delta_t struct

This commit is contained in:
Adam Olsen 2001-10-29 00:52:02 +00:00
parent 36b8256b3a
commit e3c5da4fdd

View file

@ -177,12 +177,6 @@ typedef struct net_svc_soundlist_s
byte nextsound; byte nextsound;
} net_svc_soundlist_t; } net_svc_soundlist_t;
typedef struct net_svc_delta_s
{
unsigned short word;
entity_state_t state;
} net_svc_delta_t;
typedef struct net_svc_packetentities_s typedef struct net_svc_packetentities_s
{ {
int numwords, numdeltas; int numwords, numdeltas;