X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fcl_vehicles.qh;fp=qcsrc%2Fcommon%2Fvehicles%2Fcl_vehicles.qh;h=76bdc67313d230d4d1a4e25b2c162826a77e5029;hp=ff9448fdd856f2e26e2477723f470db8b687e836;hb=82f9f23270c9adc2c6c0854fdbc7b303c3647114;hpb=a122b71e81f4b7add343a8a3c282682b7823a458 diff --git a/qcsrc/common/vehicles/cl_vehicles.qh b/qcsrc/common/vehicles/cl_vehicles.qh index ff9448fdd..76bdc6731 100644 --- a/qcsrc/common/vehicles/cl_vehicles.qh +++ b/qcsrc/common/vehicles/cl_vehicles.qh @@ -10,13 +10,13 @@ bool autocvar__vehicles_shownchasemessage; vector autocvar_hud_progressbar_vehicles_ammo1_color; vector autocvar_hud_progressbar_vehicles_ammo2_color; -const string vCROSS_BURST = "gfx/vehicles/crosshair_burst.tga"; -const string vCROSS_DROP = "gfx/vehicles/crosshair_drop.tga"; -const string vCROSS_GUIDE = "gfx/vehicles/crosshair_guide.tga"; -const string vCROSS_HEAL = "gfx/vehicles/crosshair_heal.tga"; -const string vCROSS_HINT = "gfx/vehicles/crosshair_hint.tga"; -const string vCROSS_LOCK = "gfx/vehicles/crosshair_lock.tga"; -const string vCROSS_RAIN = "gfx/vehicles/crosshair_rain.tga"; +const string vCROSS_BURST = "gfx/vehicles/crosshair_burst"; +const string vCROSS_DROP = "gfx/vehicles/crosshair_drop"; +const string vCROSS_GUIDE = "gfx/vehicles/crosshair_guide"; +const string vCROSS_HEAL = "gfx/vehicles/crosshair_heal"; +const string vCROSS_HINT = "gfx/vehicles/crosshair_hint"; +const string vCROSS_LOCK = "gfx/vehicles/crosshair_lock"; +const string vCROSS_RAIN = "gfx/vehicles/crosshair_rain"; entity dropmark;