]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/doublejump/doublejump.qc
Merge branch 'LegendaryGuard/nades_orb_time_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / doublejump / doublejump.qc
index d490ecaaff364d71ad3bc5511c5fb734a2f1cce2..cc60ccc1fd8a9bccf1a9006ca0b46a86796d35f8 100644 (file)
@@ -1,4 +1,6 @@
-#ifdef IMPLEMENTATION
+#include "doublejump.qh"
+
+#ifdef GAMEQC
 #ifdef SVQC
        #include <server/antilag.qh>
 #endif
@@ -31,5 +33,4 @@ MUTATOR_HOOKFUNCTION(doublejump, PlayerJump)
                }
        }
 }
-
 #endif