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:
Spoike 2004-09-14 21:39:54 +00:00
parent 0df88acb20
commit 6702b3831b

View file

@ -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;
}