mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-13 07:21:33 +00:00
This is another corner case. Parasites have a bbox height of 24, walkmonster_start_go() hardcodes a viewheight of 25. Therefor most traces in other functions like visible() overshoot the parasite. Fix this by not overriding the monster viewheight. Analyzed and fix suggested by @BjossiAlfreds. Closes issue #440. |
||
---|---|---|
.. | ||
backends | ||
client | ||
common | ||
game | ||
server | ||
win-wrapper |