From 1620f641fd7425d08d47b379dc1521d663357c97 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Fri, 21 Jan 2011 20:03:24 +0200 Subject: [PATCH] Fix a 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 2e083e880..0604a0424 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -995,7 +995,7 @@ void CSQC_UpdateView(float w, float h) if(nex_charge_movingavg == 0) // this should only happen if we have just loaded up the game nex_charge_movingavg = nex_charge; - // ring around crosshair representing bullets left in camping rifle clip + // ring around crosshair representing bullets left in weapon clip weapon_load = getstati(STAT_WEAPON_LOAD); if (weapon_load) { -- 2.39.2