engine: make some global variables static and const, make even more functions static if possible

This commit is contained in:
Alibek Omarov
2024-10-14 19:19:46 +03:00
parent bf8b709372
commit f52c825bf5
22 changed files with 87 additions and 114 deletions

View File

@@ -956,7 +956,6 @@ void CL_SetSolidPlayers( int playernum );
void CL_InitClientMove( void );
void CL_PredictMovement( qboolean repredicting );
void CL_CheckPredictionError( void );
qboolean CL_IsPredicted( void );
int CL_WaterEntity( const float *rgflPos );
cl_entity_t *CL_GetWaterEntity( const float *rgflPos );
pmtrace_t *CL_VisTraceLine( vec3_t start, vec3_t end, int flags );