Fixed Grenade Missile Physics

FINALLY!!
This commit is contained in:
insellium 2023-11-20 01:37:22 +05:00
parent b3fe8e7cc2
commit d4c238aecd

View file

@ -676,7 +676,7 @@ void G_RunMissile( gentity_t *ent ) {
else {
VectorCopy( tr.endpos, ent->r.currentOrigin );
}
Missile_Smooth_H(ent,origin,&tr);
trap_LinkEntity( ent );
if ( tr.fraction != 1 ) {