Differences From Artifact [27ea25a917]:
- File src/entities.m — part of check-in [0c8fc2f148] at 2025-03-23 14:49:15 on branch trunk — Remove vadd/vsub/vmul/vdiv (user: js, size: 7602) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
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); |
︙ |