From 8ddc62e1416785fcdd85aacb390dc5d2259ec9cc Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 26 Mar 2016 23:15:31 +1000 Subject: [PATCH] Hopefully fix silly compilation test unit --- qcsrc/common/vehicles/sv_vehicles.qh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.2