X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fcommon%2Fvehicles%2Fsv_vehicles.qc;h=5505d5d587a18afb14ca15222986b90386ae22fc;hb=aa4507ba10fd2f6598f045dea834df84087c3069;hp=0cd864c382451af7d335aca6c6c7939268b0798e;hpb=38b8816d7bc0d05d21b62c4b859079a438d168c5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/vehicles/sv_vehicles.qc b/qcsrc/common/vehicles/sv_vehicles.qc index 0cd864c38..5505d5d58 100644 --- a/qcsrc/common/vehicles/sv_vehicles.qc +++ b/qcsrc/common/vehicles/sv_vehicles.qc @@ -522,6 +522,7 @@ void vehicles_showwp(entity this) else rgb = '1 1 1'; entity wp = WaypointSprite_Spawn(WP_Vehicle, 0, 0, ent, '0 0 64', NULL, 0, ent, waypointsprite_attached, true, RADARICON_Vehicle); + wp.wp_extra = ent.wp00.vehicleid; wp.colormod = rgb; if(ent.waypointsprite_attached) {