mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: server: declare sv_client_t::flags as unsigned
This commit is contained in:
parent
d54a648792
commit
4543008012
@ -206,7 +206,7 @@ typedef struct sv_client_s
|
|||||||
cl_state_t state;
|
cl_state_t state;
|
||||||
cl_upload_t upstate; // uploading state
|
cl_upload_t upstate; // uploading state
|
||||||
char name[32]; // extracted from userinfo, color string allowed
|
char name[32]; // extracted from userinfo, color string allowed
|
||||||
int flags; // client flags, some info
|
uint flags; // client flags, some info
|
||||||
CRC32_t crcValue;
|
CRC32_t crcValue;
|
||||||
|
|
||||||
char userinfo[MAX_INFO_STRING]; // name, etc (received from client)
|
char userinfo[MAX_INFO_STRING]; // name, etc (received from client)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user