]> 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 b3cfb875da28a318c6585bd1a91df2f8e1ff64ef..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;
-               WITHSELF(this, this.move_think());
+               this.move_think(this);
        }
 }