mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
- change MAX_MASTERS from 8 to 32, since prozac has 9 of them
This commit is contained in:
parent
95d3600452
commit
1f87234aac
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
#define QW_SERVER
|
#define QW_SERVER
|
||||||
|
|
||||||
#define MAX_MASTERS 8 // max recipients for heartbeat packets
|
#define MAX_MASTERS 32 // max recipients for heartbeat packets
|
||||||
|
|
||||||
#define MAX_SIGNON_BUFFERS 8
|
#define MAX_SIGNON_BUFFERS 8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue