]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/vehicles/vehicles.qh
fix g_warmup_allguns 1
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / vehicles.qh
index a664273674b19670292f6ed89c4b1756ec6b7a49..549dfeab7fffcf16b2e33fc48814ff07e330f706 100644 (file)
@@ -1,10 +1,10 @@
 #ifdef VEHICLES_ENABLED
-//#include "collision.qc"
-#include "network.qc"
 #include "vehicles.qc"
 
 #include "racer.qc"
 #include "spiderbot.qc"
 #include "raptor.qc"
-//#include "bumblebee.qc"
+#ifndef VEHICLES_NO_UNSTABLE
+#include "bumblebee.qc"
+#endif
 #endif