mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +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 MAX_MASTERS 8 // max recipients for heartbeat packets
|
||||
#define MAX_MASTERS 32 // max recipients for heartbeat packets
|
||||
|
||||
#define MAX_SIGNON_BUFFERS 8
|
||||
|
||||
|
|
Loading…
Reference in a new issue