From 45fd60a4ab69bae271c803eb6cdefac06dd996a1 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Mon, 23 Sep 2019 20:26:47 -0400 Subject: [PATCH] Master Server scary --- src/d_clisrv.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/d_clisrv.h b/src/d_clisrv.h index 013ccca01..ab0c3ef82 100644 --- a/src/d_clisrv.h +++ b/src/d_clisrv.h @@ -388,6 +388,9 @@ typedef struct UINT8 actnum; UINT8 iszone; UINT8 fileneeded[MAXFILENEEDED]; // is filled with writexxx (byteptr.h) + // Anything beyond this point won't be read by the normal SRB2 Master Server display. + // The MS uses a simple unpack, so the size of the packet above shouldn't be changed, either. + // As long as those two conditions are met, we can add as much information as we want to the end. INT16 avgpwrlv; // Kart avg power level } ATTRPACK serverinfo_pak;