From: MirceaKitsune Date: Fri, 3 Sep 2010 16:30:23 +0000 (+0300) Subject: Correct color for the last change X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a20327529816f2a285a6913916a9e554a1ea1430;p=voretournament%2Fvoretournament.git Correct color for the last change --- diff --git a/data/qcsrc/client/grabber.qc b/data/qcsrc/client/grabber.qc index 92d6bb01..ec4c9aa9 100644 --- a/data/qcsrc/client/grabber.qc +++ b/data/qcsrc/client/grabber.qc @@ -77,7 +77,7 @@ void Draw_Grabber() else { tex = "particles/grabber_white"; - rgb = '.3 1 .3'; + rgb = '1 1 1'; } Draw_Grabber_trace_callback_tex = tex;