From ca19646e4d36bdb47dbbc3448ed37d75da3d0604 Mon Sep 17 00:00:00 2001 From: Samual Date: Sat, 20 Aug 2011 04:14:13 -0400 Subject: [PATCH] Whoops forgot the comment --- qcsrc/client/View.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index f01504744..cb077390c 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -1119,7 +1119,7 @@ void CSQC_UpdateView(float w, float h) if(pickup_crosshair_time < stat_pickup_time) { - if(time - stat_pickup_time < MAX_TIME_DIFF) + if(time - stat_pickup_time < MAX_TIME_DIFF) // don't trigger the animation if it's too old pickup_crosshair_size = 1; pickup_crosshair_time = stat_pickup_time; -- 2.39.2