From: MirceaKitsune Date: Tue, 1 Mar 2011 23:20:23 +0000 (+0200) Subject: Fix an outdated reload system comment, for the sake of correction X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=31205ac844e9d62a550556852e11a1b33d24e456;ds=sidebyside Fix an outdated reload system comment, for the sake of correction --- diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index ef62afcb..af6ebd65 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -1197,7 +1197,7 @@ void CSQC_UpdateView(float w, float h) CROSSHAIR_DRAW(wcross_resolution, wcross_name, wcross_alpha * f); wcross_name_alpha_goal_prev = f; - // ring around crosshair representing bullets left in weapon clip + // ring around crosshair representing ammo left in weapon clip weapon_clipload = getstati(STAT_WEAPON_CLIPLOAD); a = cvar("crosshair_ring_alpha"); if (weapon_clipload && a)