]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/vehicles/vehicles.qh
Merge branch 'master' into Mario/vaporizer_damage
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / vehicles.qh
index 79fc9cbf9a9ddd9c5d86213d550dab00bf48007d..e6b976096dc30d6dfa72dd807649864f9e8f6c2b 100644 (file)
@@ -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