mostly miscilaneous changes (some old stuff that I don't remember), lightsampling changes, qtv changes, avi sound changes
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2379 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4c32449d26
commit
42c43d960f
60 changed files with 2066 additions and 643 deletions
|
@ -513,6 +513,11 @@ typedef struct client_s
|
|||
|
||||
int rate;
|
||||
int drate;
|
||||
|
||||
netadr_t realip;
|
||||
int realip_status;
|
||||
int realip_num;
|
||||
int realip_ping;
|
||||
} client_t;
|
||||
|
||||
#define ISQWCLIENT(cl) ((cl)->protocol == SCP_QUAKEWORLD)
|
||||
|
@ -616,6 +621,7 @@ typedef struct
|
|||
int forceFrame;
|
||||
|
||||
struct mvddest_s *dest;
|
||||
struct mvdpendingdest_s *pendingdest;
|
||||
} demo_t;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue