bump MAX_STUFFTEXT from 256 to 512 so pox will run

This commit is contained in:
Bill Currie 2001-01-16 03:29:21 +00:00
parent bae13155b4
commit c6a06f6dc6

View file

@ -134,7 +134,7 @@ typedef struct
} client_frame_t;
#define MAX_BACK_BUFFERS 4
#define MAX_STUFFTEXT 256
#define MAX_STUFFTEXT 512
typedef struct client_s
{