mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
talk about silly brainos... (and drat that mask, might have to get rid of
it and go for % instead of &)
This commit is contained in:
parent
f9541dcae7
commit
97d14de4d9
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ struct recorder_s {
|
|||
void (*finish)(void *, sizebuf_t *);
|
||||
void *user;
|
||||
delta_t delta;
|
||||
entity_state_t entities[UPDATE_MASK][MAX_DEMO_PACKET_ENTITIES];
|
||||
plent_state_t players[UPDATE_MASK][MAX_CLIENTS];
|
||||
entity_state_t entities[UPDATE_BACKUP][MAX_DEMO_PACKET_ENTITIES];
|
||||
plent_state_t players[UPDATE_BACKUP][MAX_CLIENTS];
|
||||
};
|
||||
|
||||
static rec_t rec;
|
||||
|
|
Loading…
Reference in a new issue