]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/movetypes/push.qc
Swim down with crouch, swim up at full speed (to match +moveup)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / movetypes / push.qc
index dd89a4099dfa6e9c3a38d001a49a618ea204932f..5a0426edce7ffba41c69eb48b8c293a1b5c07b46 100644 (file)
@@ -148,7 +148,6 @@ void _Movetype_Physics_Pusher(entity this, float dt)  // SV_Physics_Pusher
        {
                this.move_nextthink = 0;
                this.move_time = time;
-               other = world;
-               WITH(entity, self, this, this.move_think());
+               this.move_think(this);
        }
 }