]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/doublejump/doublejump.qc
Cleanup common mutators: remove IMPLEMENTATION macro
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / doublejump / doublejump.qc
index d490ecaaff364d71ad3bc5511c5fb734a2f1cce2..f9821b13a7ac16a82b12e62483414ec6070495a3 100644 (file)
@@ -1,4 +1,6 @@
-#ifdef IMPLEMENTATION
+#include "doublejump.qh"
+
+#ifndef MENUQC
 #ifdef SVQC
        #include <server/antilag.qh>
 #endif
@@ -31,5 +33,4 @@ MUTATOR_HOOKFUNCTION(doublejump, PlayerJump)
                }
        }
 }
-
 #endif