Fixed decals not appearing when firing at walls point-blank (#1186)

This commit is contained in:
Player701 2020-09-22 14:03:37 +03:00 committed by GitHub
parent 734b15e412
commit c60e026334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6435,7 +6435,7 @@ bool P_CheckMissileSpawn (AActor* th, double maxdist)
} }
else else
{ {
P_ExplodeMissile (th, NULL, th->BlockingMobj); P_ExplodeMissile (th, th->BlockingLine, th->BlockingMobj);
} }
return false; return false;
} }