Differences From Artifact [3530688d6b]:
- File src/entities.m — part of check-in [6259424802] at 2025-03-23 21:31:55 on branch trunk — Remove vdist (user: js, size: 7622) [annotate] [blame] [check-ins using]
To Artifact [fe7c9a5680]:
- File src/entities.m — part of check-in [75095b4f6e] at 2025-03-23 22:14:48 on branch trunk — Fix wrong argument order for calculating distance (user: js, size: 7622) [annotate] [blame] [check-ins using]
︙ | |||
317 318 319 320 321 322 323 | 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 | - + | return; if (OUTBORD(e.x, e.y)) return; OFVector3D v = OFMakeVector3D( e.x, e.y, (float)S(e.x, e.y)->floor + player1.eyeHeight); |
︙ |