mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-14 16:40:56 +00:00
Fixed decals not appearing when firing at walls point-blank (#1186)
This commit is contained in:
parent
734b15e412
commit
c60e026334
1 changed files with 1 additions and 1 deletions
|
@ -6435,7 +6435,7 @@ bool P_CheckMissileSpawn (AActor* th, double maxdist)
|
|||
}
|
||||
else
|
||||
{
|
||||
P_ExplodeMissile (th, NULL, th->BlockingMobj);
|
||||
P_ExplodeMissile (th, th->BlockingLine, th->BlockingMobj);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue