X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fvehicles%2Fvehicles.qh;h=e6b976096dc30d6dfa72dd807649864f9e8f6c2b;hb=253cc10990569fd90917dba809ce03c90fc89336;hp=79fc9cbf9a9ddd9c5d86213d550dab00bf48007d;hpb=7ec398db61b56e3c74bf0dbef1f6740a81cc7ced;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/vehicles/vehicles.qh b/qcsrc/server/vehicles/vehicles.qh index 79fc9cbf9..e6b976096 100644 --- a/qcsrc/server/vehicles/vehicles.qh +++ b/qcsrc/server/vehicles/vehicles.qh @@ -1,8 +1,14 @@ +#ifndef VEHICLES_H +#define VEHICLES_H + #ifdef VEHICLES_ENABLED #include "vehicles.qc" #include "racer.qc" #include "spiderbot.qc" #include "raptor.qc" -//#include "bumblebee.qc" +#ifndef VEHICLES_NO_UNSTABLE +#include "bumblebee.qc" +#endif +#endif #endif