From e556c9445f29cc9b1bc05884cb44001220225270 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 5 Jul 2016 19:39:00 +1000 Subject: [PATCH] Disable raptor bomb marker while spectating (can't accurately position it yet) --- qcsrc/common/vehicles/vehicle/raptor.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/vehicles/vehicle/raptor.qc b/qcsrc/common/vehicles/vehicle/raptor.qc index eedadfceb..eb64943c8 100644 --- a/qcsrc/common/vehicles/vehicle/raptor.qc +++ b/qcsrc/common/vehicles/vehicle/raptor.qc @@ -786,7 +786,7 @@ METHOD(Raptor, vr_crosshair, void(Raptor thisveh, entity player)) } vector tmpSize = '0 0 0'; - if(weapon2mode != RSM_FLARE) + if(weapon2mode != RSM_FLARE && !spectatee_status) { vector where; -- 2.39.2