yeah, I know it's annoying, but at least it'll work now when the client is not connected to a server.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@212 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0df88acb20
commit
6702b3831b
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ void GLDraw_ColouredCharacter (int x, int y, unsigned int num)
|
|||
|
||||
if (num & CON_BLINKTEXT)
|
||||
{
|
||||
if ((int)(cl.time*3) & 1)
|
||||
if ((int)(realtime*3) & 1)
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue