mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-12 05:26:48 +03:00
Fixed CGM values for AA and SH/BT
This commit is contained in:
parent
6c874641d7
commit
55dc84d932
12 changed files with 249 additions and 163 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue