X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fcl_vehicles.qc;h=3472a7f1c7e7e76747e0b056ef22c31d12c589ca;hp=338b015d6797adfa8e899b54b9ad972ea1edef05;hb=9ae63d858415772fdb60bd549758825103c0ba17;hpb=4d44a08eb72dbb0487a31612474ce477d3d805c4 diff --git a/qcsrc/common/vehicles/cl_vehicles.qc b/qcsrc/common/vehicles/cl_vehicles.qc index 338b015d6..3472a7f1c 100644 --- a/qcsrc/common/vehicles/cl_vehicles.qc +++ b/qcsrc/common/vehicles/cl_vehicles.qc @@ -26,8 +26,8 @@ void vehicle_alarm(entity e, int ch, string s0und) _sound(e, ch, s0und, VOL_BASEVOICE, ATTEN_NONE); } -void AuxiliaryXhair_Draw2D() -{SELFPARAM(); +void AuxiliaryXhair_Draw2D(entity this) +{ if (scoreboard_showscores) return;