engine: client: deprecate custom id, it is not used meaningfully by anyone

This commit is contained in:
Alibek Omarov
2025-02-20 15:41:13 +03:00
parent 3e4c5beb25
commit 4c15cceb32
3 changed files with 7 additions and 19 deletions

View File

@@ -1215,7 +1215,6 @@ void OSK_Draw( void );
//
void ID_Init( void );
const char *ID_GetMD5( void );
void GAME_EXPORT ID_SetCustomClientID( const char *id );
extern rgba_t g_color_table[8];
extern triangleapi_t gTriApi;