]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/vehicles/vehicles.qh
Clean up turrets system a bit
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / vehicles.qh
index a932f48e1e9e12eef08d8670071e5346b84553d9..549dfeab7fffcf16b2e33fc48814ff07e330f706 100644 (file)
@@ -1,6 +1,10 @@
 #ifdef VEHICLES_ENABLED
 #include "vehicles.qc"
+
 #include "racer.qc"
 #include "spiderbot.qc"
 #include "raptor.qc"
+#ifndef VEHICLES_NO_UNSTABLE
+#include "bumblebee.qc"
+#endif
 #endif