mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
ref: get rid of R_IncrementSpeedsCounter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user