engine: server: declare sv_client_t::flags as unsigned

This commit is contained in:
Alibek Omarov 2021-06-01 17:58:33 +03:00
parent d54a648792
commit 4543008012
1 changed files with 1 additions and 1 deletions

View File

@ -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)