]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/cl_vehicles.qc
Vehicles: propagate self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / cl_vehicles.qc
index 6b900fea6622892f817572435272c4d4041d0c79..1733a63cc39c8bfcad8cf52e6fa3180c6c76a570 100644 (file)
@@ -110,7 +110,7 @@ NET_HANDLE(TE_CSQC_VEHICLESETUP, bool isnew)
                AuxiliaryXhair[1].axh_image = vCROSS_BURST; // Raygun
        } else {
                Vehicle info = Vehicles_from(hud_id);
-       info.vr_setup(info);
+       info.vr_setup(info, NULL);
        }
 }