mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
engine: server: declare sv_client_t::flags as unsigned
This commit is contained in:
@@ -206,7 +206,7 @@ typedef struct sv_client_s
|
||||
cl_state_t state;
|
||||
cl_upload_t upstate; // uploading state
|
||||
char name[32]; // extracted from userinfo, color string allowed
|
||||
int flags; // client flags, some info
|
||||
uint flags; // client flags, some info
|
||||
CRC32_t crcValue;
|
||||
|
||||
char userinfo[MAX_INFO_STRING]; // name, etc (received from client)
|
||||
|
||||
Reference in New Issue
Block a user