From c08ba9a98256a9b2a847aeb1d60b9f799962b33e Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Wed, 2 Mar 2011 01:20:10 +0200 Subject: [PATCH] Fix an outdated reload system comment, for the sake of correction --- 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 7fde6824d..62ab6b682 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -1076,7 +1076,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 weapon clip + // ring around crosshair representing ammo left in weapon clip weapon_clipload = getstati(STAT_WEAPON_CLIPLOAD); if (weapon_clipload) { -- 2.39.2