]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/movetypes/step.qc
Add level saving for admins, and include 2 levels to progress through
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / movetypes / step.qc
index 822bf093511606dc3faacd664f9984c07ae746d2..f4884ba27a23a5137af32c369dade827dc06d282 100644 (file)
@@ -1,5 +1,5 @@
 void _Movetype_Physics_Step(float dt) // SV_Physics_Step
-{
+{SELFPARAM();
        if(self.move_flags & FL_ONGROUND)
        {
                if(self.velocity_z >= (1.0 / 32.0) && UPWARD_VELOCITY_CLEARS_ONGROUND)