mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 21:41:57 +00:00
bump MAX_STUFFTEXT from 256 to 512 so pox will run
This commit is contained in:
parent
bae13155b4
commit
c6a06f6dc6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ typedef struct
|
||||||
} client_frame_t;
|
} client_frame_t;
|
||||||
|
|
||||||
#define MAX_BACK_BUFFERS 4
|
#define MAX_BACK_BUFFERS 4
|
||||||
#define MAX_STUFFTEXT 256
|
#define MAX_STUFFTEXT 512
|
||||||
|
|
||||||
typedef struct client_s
|
typedef struct client_s
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue