Browse Source

Fix build with musl

gravgun
mittorn 7 years ago
parent
commit
3c99000040
  1. 2
      dlls/gravgunmod.cpp

2
dlls/gravgunmod.cpp

@ -135,7 +135,7 @@ int Ent_CheckEntitySpawn( edict_t *pent ) @@ -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…
Cancel
Save