Commit 31-player lobby support (untested, needs follow-up)
Carry the remaining CTCL, lobby, and player-limit updates onto the new moreplayers branch. This change set is intentionally marked untested and may still be broken. It needs follow-up validation and likely further work before it should be considered stable. Co-authored-by: Claude Sonnet 4.6 (Anthropic) <noreply@anthropic.com> Co-authored-by: GitHub Copilot <copilot@github.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
GitHub Copilot
parent
106bb5b59f
commit
acd4e40fa2
@@ -9,7 +9,7 @@
|
||||
#include "recscore.h"
|
||||
#endif // !defined(CTCLS_EXPORTS) && !defined(CTCL_LAUNCHER)
|
||||
|
||||
#define MAX_TESLAS 16
|
||||
#define MAX_TESLAS 31
|
||||
#define MAX_CAMERAS 4
|
||||
|
||||
#define PORT_Launcher 1000
|
||||
@@ -263,7 +263,7 @@ CInviteCOOP g_InviteCOOP;
|
||||
// Mech4 only
|
||||
int g_nMech4Comm = 0;
|
||||
BOOL g_bIsServer = FALSE;
|
||||
SPlayerInfo g_aPlayerInfos[20];
|
||||
SPlayerInfo g_aPlayerInfos[35]; // 31 pilots + 1 CS + 3 spare
|
||||
int g_nPlayerInfos;
|
||||
int g_nServer;
|
||||
int g_nTeslas;
|
||||
|
||||
Reference in New Issue
Block a user