mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
forgot net_loopback_adr in the ipv6 code (thanks, SpanKY)
This commit is contained in:
parent
3fd7ed5b71
commit
e3008841be
2 changed files with 2 additions and 0 deletions
1
TODO
1
TODO
|
@ -5,6 +5,7 @@ M = more testing
|
|||
I = in progress
|
||||
W = waiting on other work
|
||||
|
||||
|
||||
X fix skybox/dome vis problems (workable solution found, needs new renderer)
|
||||
X It's possible to stick on some obtuse-angled corners qwsv 2.3x didn't
|
||||
X ~/.quakeforgerc should support all commands, not just set and setrom
|
||||
|
|
|
@ -123,6 +123,7 @@ static __attribute__ ((unused)) const char rcsid[] =
|
|||
|
||||
netadr_t net_from;
|
||||
netadr_t net_local_adr;
|
||||
netadr_t net_loopback_adr;
|
||||
int net_socket;
|
||||
|
||||
static sizebuf_t _net_message_message;
|
||||
|
|
Loading…
Reference in a new issue