mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 12:40:42 +00:00
- remove the now unused net_svc_delta_t struct
This commit is contained in:
parent
36b8256b3a
commit
e3c5da4fdd
1 changed files with 0 additions and 6 deletions
|
@ -177,12 +177,6 @@ typedef struct net_svc_soundlist_s
|
|||
byte nextsound;
|
||||
} 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
|
||||
{
|
||||
int numwords, numdeltas;
|
||||
|
|
Loading…
Reference in a new issue