mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
bump MAX_BACK_BUFFERS up to 8.
This commit is contained in:
parent
55ac55c7ac
commit
f3ab764666
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ typedef struct
|
|||
packet_entities_t entities;
|
||||
} client_frame_t;
|
||||
|
||||
#define MAX_BACK_BUFFERS 4
|
||||
#define MAX_BACK_BUFFERS 8
|
||||
#define MAX_STUFFTEXT 512
|
||||
|
||||
typedef struct client_s
|
||||
|
|
Loading…
Reference in a new issue