mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 13:21:51 +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;
|
||||
}
|
||||
|
||||
@@ -466,7 +466,6 @@ typedef struct ref_interface_s
|
||||
// debug
|
||||
void (*R_ShowTextures)( void );
|
||||
void (*R_ShowTree)( void );
|
||||
void (*R_IncrementSpeedsCounter)( int counterType );
|
||||
|
||||
// texture management
|
||||
const byte *(*R_GetTextureOriginalBuffer)( unsigned int idx ); // not always available
|
||||
|
||||
Reference in New Issue
Block a user