|
|
|
@ -1842,8 +1842,10 @@ void SV_Physics( void )
@@ -1842,8 +1842,10 @@ void SV_Physics( void )
|
|
|
|
|
// increase framecount
|
|
|
|
|
sv.framecount++; |
|
|
|
|
|
|
|
|
|
#if 0 // figure out why this causes memory corruption
|
|
|
|
|
// decrement svgame.numEntities if the highest number entities died
|
|
|
|
|
for( ; EDICT_NUM( svgame.numEntities - 1 )->free; svgame.numEntities-- ); |
|
|
|
|
for( ; ( ent = EDICT_NUM( svgame.numEntities - 1 )) && ent->free; svgame.numEntities-- ); |
|
|
|
|
#endif |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|