mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
- fixed: P_RoughMonsterSearch did not pass the fov parameter to its worker functions.
This commit is contained in:
parent
61739b4086
commit
4cee567b23
1 changed files with 1 additions and 0 deletions
|
@ -1848,6 +1848,7 @@ AActor *P_RoughMonsterSearch(AActor *mo, int distance, bool onlyseekable, bool f
|
|||
{
|
||||
BlockCheckInfo info;
|
||||
info.onlyseekable = onlyseekable;
|
||||
info.fov = fov;
|
||||
if ((info.frontonly = frontonly))
|
||||
{
|
||||
info.frontline.x = mo->X();
|
||||
|
|
Loading…
Reference in a new issue