mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-09 05:24:17 +00:00
Fix build with musl
This commit is contained in:
parent
4973eb01a7
commit
3c99000040
@ -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++;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user