mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
engine: server: reset str64 statistics on server deactivate
This commit is contained in:
@@ -609,7 +609,7 @@ string_t SV_AllocString( const char *szValue );
|
||||
string_t SV_MakeString( const char *szValue );
|
||||
const char *SV_GetString( string_t iString );
|
||||
void SV_SetStringArrayMode( qboolean dynamic );
|
||||
void SV_EmptyStringPool( void );
|
||||
void SV_EmptyStringPool( qboolean clear_stats );
|
||||
void SV_PrintStr64Stats_f( void );
|
||||
sv_client_t *SV_ClientFromEdict( const edict_t *pEdict, qboolean spawned_only );
|
||||
uint SV_MapIsValid( const char *filename, const char *landmark_name );
|
||||
|
||||
Reference in New Issue
Block a user