Fixed CGM values for AA and SH/BT

This commit is contained in:
OM 2023-05-23 00:08:12 +02:00
parent 6c874641d7
commit 55dc84d932
12 changed files with 249 additions and 163 deletions

View file

@ -6912,12 +6912,15 @@ void Entity::ProcessHint(gentity_t* client, bool bShow)
{
if (sv_reborn->integer)
{
// FIXME: delete
/*
gi.MSG_SetClient(client - g_entities);
// Send the hint string once
gi.MSG_StartCGM(CGM_HINTSTRING);
gi.MSG_WriteString(m_HintString);
gi.MSG_EndCGM();
*/
}
}
else