ref: get rid of R_IncrementSpeedsCounter

This commit is contained in:
Alibek Omarov
2019-04-15 02:17:43 +03:00
parent 5be982cc72
commit 7d8b63fd88
4 changed files with 10 additions and 17 deletions

View File

@@ -401,8 +401,7 @@ int CL_TempEntAddEntity( cl_entity_t *pEntity )
VectorCopy( pEntity->origin, pEntity->latched.prevorigin );
// add to list
if( CL_AddVisibleEntity( pEntity, ET_TEMPENTITY ))
ref.dllFuncs.R_IncrementSpeedsCounter( RS_ACTIVE_TENTS );
CL_AddVisibleEntity( pEntity, ET_TEMPENTITY );
return 1;
}