X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fphysics%2Fmovetypes%2Ftoss.qc;h=f515a75f9fbbb09c17bd5abc78ef07312650372d;hp=dbd25c8e3f1ce3a84e06c424e85209409b516abe;hb=b9671f63469586007314131f3f53728795c035cd;hpb=6e9c81c87d69e23957f16b541acb99bcb9be54bd diff --git a/qcsrc/common/physics/movetypes/toss.qc b/qcsrc/common/physics/movetypes/toss.qc index dbd25c8e3f..f515a75f9f 100644 --- a/qcsrc/common/physics/movetypes/toss.qc +++ b/qcsrc/common/physics/movetypes/toss.qc @@ -14,7 +14,7 @@ void _Movetype_Physics_Toss(entity this, float dt) // SV_Physics_Toss } else if (this.move_suspendedinair && wasfreed(this.move_groundentity)) { - this.move_groundentity = world; + this.move_groundentity = NULL; return; } }