mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-30 00:10:53 +00:00
935c37f819
In ai_checkattack() is a check against AI_SOUND_TARGET. If the player made a noice and the the monster noticed this noise it's true. If that noice was more than 5 seconds ago the monster forgets that event and continues with it's search for the player. Otherwise it informs the surrounding monsters that something interesting has happened and then returns false. So the problem is: Even if the monster heard the player and can see him, it aborts at this point. Fix this by adding an additional visibility check. Do the sound checking only if the player is not visible, otherwise just continue. This was reported by shoober420 and debbuged by maraakate. This fix was DanielGibons idea. This commit fixes issue #162. |
||
---|---|---|
.. | ||
backends | ||
client | ||
common | ||
game | ||
server |