X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fcl_vehicles.qc;h=b6c8844abd8028920814b047c0b3b62202fa7326;hb=ec9c61b50671bede8fb5fba2c6c217d7bb49aedc;hp=141f8fc42d59b5362e4e8bfad7712cc27c8c22fb;hpb=eaf335444015f42b9bd29135ec3ad0cb23c2ea63;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/vehicles/cl_vehicles.qc b/qcsrc/common/vehicles/cl_vehicles.qc index 141f8fc42..b6c8844ab 100644 --- a/qcsrc/common/vehicles/cl_vehicles.qc +++ b/qcsrc/common/vehicles/cl_vehicles.qc @@ -27,7 +27,7 @@ void vehicle_alarm(entity e, int ch, string s0und) } void AuxiliaryXhair_Draw2D() -{ +{SELFPARAM(); if (scoreboard_showscores) return; @@ -73,7 +73,7 @@ void Net_AuXair2(bool bIsNew) } void Net_VehicleSetup() -{ +{SELFPARAM(); int hud_id = ReadByte(); // hud_id == 0 means we exited a vehicle, so stop alarm sound/s @@ -119,7 +119,7 @@ void Vehicles_drawHUD( string iconAmmo2, vector colorAmmo2, string crosshair) -{ +{SELFPARAM(); if(autocvar_r_letterbox) return;