X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fall.qh;fp=qcsrc%2Fcommon%2Fvehicles%2Fall.qh;h=14c84f3a806b752b7e0e4b096e8ad579df622b3c;hb=4d44a08eb72dbb0487a31612474ce477d3d805c4;hp=cf4a034ebf7894ebb167820ffcc6a2e9b1409d2f;hpb=0844eedba41c3b02c74be3ebaf3aa58a5bcfc4a5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/vehicles/all.qh b/qcsrc/common/vehicles/all.qh index cf4a034eb..14c84f3a8 100644 --- a/qcsrc/common/vehicles/all.qh +++ b/qcsrc/common/vehicles/all.qh @@ -6,6 +6,7 @@ void RegisterVehicles(); const int VEH_MAXCOUNT = 24; entity vehicle_info[VEH_MAXCOUNT], vehicle_info_first, vehicle_info_last; +Vehicle get_vehicleinfo(int id); int VEH_COUNT; const int VEH_FIRST = 1; #define VEH_LAST (VEH_FIRST + VEH_COUNT - 1)