From: Mario Date: Sat, 26 Mar 2016 13:15:31 +0000 (+1000) Subject: Hopefully fix silly compilation test unit X-Git-Tag: xonotic-v0.8.2~1010 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8ddc62e1416785fcdd85aacb390dc5d2259ec9cc;p=xonotic%2Fxonotic-data.pk3dir.git Hopefully fix silly compilation test unit --- diff --git a/qcsrc/common/vehicles/sv_vehicles.qh b/qcsrc/common/vehicles/sv_vehicles.qh index 393b93b31..6cc322ef9 100644 --- a/qcsrc/common/vehicles/sv_vehicles.qh +++ b/qcsrc/common/vehicles/sv_vehicles.qh @@ -3,6 +3,7 @@ #ifdef SVQC #include +#include "vehicle.qh" // vehicle cvars bool autocvar_g_vehicles = true; @@ -99,7 +100,7 @@ float vehicles_exit_running; .float vehicle_enter_delay; // prevent players jumping to and from vehicles instantly void vehicles_exit(float eject); -float vehicle_initialize(entity this, Vehicle info, float nodrop); +bool vehicle_initialize(entity this, Vehicle info, float nodrop); bool vehicle_impulse(entity this, int imp); bool vehicles_crushable(entity e);