0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-23 01:58:24 +00:00

bump MAX_BACK_BUFFERS up to 8.

This commit is contained in:
Bill Currie 2001-07-22 07:03:32 +00:00
parent 55ac55c7ac
commit f3ab764666

View file

@ -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