mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue