From: Severin Meyer Date: Fri, 24 Jul 2015 13:24:38 +0000 (+0200) Subject: Use the same gunner crosshair for both the bumblebee pilot and the gunners X-Git-Tag: xonotic-v0.8.1~31^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=db910efe8d7195e03d0bf82aad4a34f633f32bf3;p=xonotic%2Fxonotic-data.pk3dir.git Use the same gunner crosshair for both the bumblebee pilot and the gunners --- 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; } }