Fix build with musl

This commit is contained in:
mittorn 2017-11-11 18:42:57 +00:00
parent 4973eb01a7
commit 3c99000040

View File

@ -135,7 +135,7 @@ int Ent_CheckEntitySpawn( edict_t *pent )
if( mp_checkentities.value )
{
int index = ENTINDEX( pent );
static uint counter, lastgc;
static unsigned int counter, lastgc;
counter++;