From 9ae0fff0bc443c237ae5e3d865028c69c336b06e Mon Sep 17 00:00:00 2001 From: FruitieX Date: Wed, 9 Jun 2010 15:00:33 +0300 Subject: [PATCH] remove a warning --- qcsrc/client/hud.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index c55f4a7e7..baec3b953 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -3648,6 +3648,7 @@ void HUD_Chat(void) cvar_set("con_chatwidth", ftos(mySize_x/vid_conwidth)); cvar_set("con_chat", ftos(mySize_y/cvar("con_chatsize"))); + chat_prevtime = 0; // remove this when below is fixed, to shut up fteqcc // TODO: fixme, how to escape this (\001) in qc? /* if(hud_configure) -- 2.39.2