]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge remote branch 'origin/master' into tzork/vehicles-2
authorJakob MG <jakob_mg@hotmail.com>
Thu, 26 May 2011 17:26:56 +0000 (19:26 +0200)
committerJakob MG <jakob_mg@hotmail.com>
Thu, 26 May 2011 17:26:56 +0000 (19:26 +0200)
1  2 
qcsrc/client/Main.qc
qcsrc/client/View.qc
qcsrc/client/hud.qc
qcsrc/server/autocvars.qh
qcsrc/server/cl_client.qc
qcsrc/server/cl_player.qc

Simple merge
index b92fcef61a94badd3ecfdf32d2f38aae2de5584a,c39daf22ecf9d259489df9b3f31f0f008993dba9..6e4354b4b45ca0d2dfeb67d8e95ba773f342d2b1
@@@ -1194,11 -1183,11 +1194,11 @@@ void CSQC_UpdateView(float w, float h
                                        ring_scale = autocvar_crosshair_ring_reload_size;
                                        ring_alpha = autocvar_crosshair_ring_reload_alpha;
                                        ring_rgb = wcross_color;
 -                                      
 +
                                        // Note: This is to stop Taoki from complaining that the image doesn't match all potential balances.
                                        // if a new image for another weapon is added, add the code (and its respective file/value) here
-                                       if ((activeweapon == WEP_SNIPERRIFLE) && (weapon_clipsize == 80))
-                                               ring_image = "gfx/crosshair_ring_sniperrifle.tga";
+                                       if ((activeweapon == WEP_RIFLE) && (weapon_clipsize == 80))
+                                               ring_image = "gfx/crosshair_ring_rifle.tga";
                                        else
                                                ring_image = "gfx/crosshair_ring.tga";
                                }
Simple merge
Simple merge
Simple merge
Simple merge