]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics.qc
Boolerize another pesky float
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics.qc
index 0d723c33a069820abed7e588bf86e0e368014972..32ae72f4294591bdf7a10b88a94ae046732c7b17 100644 (file)
@@ -477,7 +477,7 @@ bool PlayerJump (void)
                return true; // no jumping while blocked
 #endif
 
-       float doublejump = false;
+       bool doublejump = false;
        float mjumpheight = PHYS_JUMPVELOCITY;
 
        player_multijump = doublejump;