mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 13:01:52 +00:00
Master Server scary
This commit is contained in:
parent
e502a74a3f
commit
45fd60a4ab
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue