]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics.qh
Make physics hook common, move multijump stuff into multijump file
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics.qh
index 639776593c1cece2ed3bc6ba1ec07af3588785c8..070f07ebc4d8cf5ed6f22bf8f217bb92248d4a11 100644 (file)
@@ -29,9 +29,6 @@ bool IsFlying(entity a);
        const int FL_WATERJUMP = 2048;  // player jumping out of water
        const int FL_JUMPRELEASED = 4096;       // for jump debouncing
 
-       float PM_multijump_checkjump();
-       void PM_multijump();
-
        .float watertype;
        .float waterlevel;
        .int items;