]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix an outdated reload system comment, for the sake of correction
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 1 Mar 2011 23:20:10 +0000 (01:20 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 1 Mar 2011 23:20:10 +0000 (01:20 +0200)
qcsrc/client/View.qc

index 7fde6824d320e767c30915e640ed50d6fa252df4..62ab6b6823400f58c835346e1419a379bf84870a 100644 (file)
@@ -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)
                        {