From b426e483635999524531bc467cbe545cdf28dc24 Mon Sep 17 00:00:00 2001 From: FruitieX Date: Wed, 9 Jun 2010 14:50:24 +0300 Subject: [PATCH] comment out the escape until we know how to do it properly :P --- qcsrc/client/hud.qc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index aff0cac42..c55f4a7e7 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -3648,14 +3648,17 @@ void HUD_Chat(void) cvar_set("con_chatwidth", ftos(mySize_x/vid_conwidth)); cvar_set("con_chat", ftos(mySize_y/cvar("con_chatsize"))); + // TODO: fixme, how to escape this (\001) in qc? + /* if(hud_configure) { if(chat_prevtime != floor(time/3)) { chat_prevtime = floor(time/3); - print("\001Player: This is the chat area\n"); + print("\001", "Player: This is the chat area\n"); } } + */ } /* -- 2.39.2