]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/config.qc
Fix FL_WEAPON flag overlapping FL_JUMPRELEASED. This unintentional change was introdu...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / config.qc
index ab0fa0c17ffa8dc0f75702afa25c070a18b20b7e..596540dd3940c64fe04eb22dfaaa98bf097e3ce1 100644 (file)
@@ -1,9 +1,10 @@
 #include "config.qh"
+
 #if defined(CSQC)
 #elif defined(MENUQC)
 #elif defined(SVQC)
        #include <common/util.qh>
-       #include "all.qh"
+       #include <common/weapons/all.qh>
 #endif
 
 // ==========================