From: FruitieX Date: Wed, 9 Jun 2010 11:50:24 +0000 (+0300) Subject: comment out the escape until we know how to do it properly :P X-Git-Tag: xonotic-v0.1.0preview~541^2~91 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b426e483635999524531bc467cbe545cdf28dc24;p=xonotic%2Fxonotic-data.pk3dir.git comment out the escape until we know how to do it properly :P --- 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"); } } + */ } /*