]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/vehicle/bumblebee.qc
Clean up racer code a little bit, allow customising racer hover type without restarti...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicle / bumblebee.qc
index 88713e77d70921dd0727b30c79286a0210cf5a01..224f96564e7a0fc7347decf2350fc268b8af92e6 100644 (file)
@@ -1,5 +1,7 @@
 #include "bumblebee.qh"
 
+#ifdef GAMEQC
+
 #ifdef SVQC
        #include <common/mutators/mutator/instagib/sv_instagib.qh>
 #endif
@@ -970,3 +972,5 @@ METHOD(Bumblebee, vr_setup, void(Bumblebee thisveh, entity instance))
 }
 
 #endif
+
+#endif