]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Use the same gunner crosshair for both the bumblebee pilot and the gunners
authorSeverin Meyer <sev.ch@web.de>
Fri, 24 Jul 2015 13:24:38 +0000 (15:24 +0200)
committerSeverin Meyer <sev.ch@web.de>
Fri, 24 Jul 2015 13:24:38 +0000 (15:24 +0200)
qcsrc/client/vehicles/all.qc

index d005f39bd6f349768104713616712873e7b4620a..5524a3783886c1f165653e8a49868cfd5c99fe4e 100644 (file)
@@ -186,8 +186,8 @@ void Net_VehicleSetup()
                        break;
 
                case HUD_BUMBLEBEE_GUN:
-                       AuxiliaryXhairs[0].axh_image = vCROSS_LOCK; // Plasma cannons
-                       AuxiliaryXhairs[1].axh_image = vCROSS_LOCK; // Raygun
+                       AuxiliaryXhairs[0].axh_image = vCROSS_TAG; // Plasma cannons
+                       AuxiliaryXhairs[1].axh_image = vCROSS_TAG; // Raygun
                        break;
        }
 }