From db910efe8d7195e03d0bf82aad4a34f633f32bf3 Mon Sep 17 00:00:00 2001 From: Severin Meyer Date: Fri, 24 Jul 2015 15:24:38 +0200 Subject: [PATCH] Use the same gunner crosshair for both the bumblebee pilot and the gunners --- qcsrc/client/vehicles/all.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/client/vehicles/all.qc b/qcsrc/client/vehicles/all.qc index d005f39bd..5524a3783 100644 --- a/qcsrc/client/vehicles/all.qc +++ b/qcsrc/client/vehicles/all.qc @@ -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; } } -- 2.39.2