Client: increase textmenu refresh

This commit is contained in:
Marco Cawthorne 2023-03-01 23:15:41 -08:00
parent be373d3116
commit e4b5d5158a
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Textmenu_Draw(void)
g_textchannels[5].m_vecColor1 = [1,1,1];
g_textchannels[5].m_vecColor2 = [0,0,0];
g_textchannels[5].m_iEffect = 0;
g_textmenucheck = cltime + 0.5;
g_textmenucheck = cltime + 0.25;
}
}