From: Samual Date: Sat, 20 Aug 2011 08:14:13 +0000 (-0400) Subject: Whoops forgot the comment X-Git-Tag: xonotic-v0.5.0~110^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ca19646e4d36bdb47dbbc3448ed37d75da3d0604;p=xonotic%2Fxonotic-data.pk3dir.git Whoops forgot the comment --- 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;