]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix client compile
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 3 May 2015 05:09:20 +0000 (15:09 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 3 May 2015 05:09:20 +0000 (15:09 +1000)
qcsrc/server/vehicles/bumblebee.qc

index 3fd45ee7c4dbf7f442ac8a8177b3a2c9f55e5527..79eac74bb393c8d38c839ac1c1d0f136c1405396 100644 (file)
@@ -1,7 +1,7 @@
-#include "vehicle.qh"
 #include "bumblebee.qh"
 
 #ifdef SVQC
+#include "vehicle.qh"
 void bumb_fire_cannon(entity _gun, string _tagname, entity _owner)
 {
        vector v = gettaginfo(_gun, gettagindex(_gun, _tagname));