Skip to content

Commit

Permalink
Fix for compatibility with infostring length for some more modern ser…
Browse files Browse the repository at this point in the history
…ver forks
  • Loading branch information
wyatt8740 committed Oct 6, 2023
1 parent b683323 commit e40d2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QW/client/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ typedef unsigned char byte;

typedef enum {false, true} qboolean;

#define MAX_INFO_STRING 196
#define MAX_INFO_STRING 392
#define MAX_SERVERINFO_STRING 512
#define MAX_LOCALINFO_STRING 32768

Expand Down

0 comments on commit e40d2a7

Please sign in to comment.