Differences From Artifact [e48df32f18]:
- File src/world.m — part of check-in [d7661be1b1] at 2025-03-23 19:40:00 on branch trunk — Clean up identifiers, use blocks for commands (user: js, size: 11619) [annotate] [blame] [check-ins using]
To Artifact [892a60074f]:
- File src/world.m — part of check-in [6259424802] at 2025-03-23 21:31:55 on branch trunk — Remove vdist (user: js, size: 11639) [annotate] [blame] [check-ins using]
︙ | |||
294 295 296 297 298 299 300 | 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 | - + | __block int best; __block float bdist = 99999; [ents enumerateObjectsUsingBlock:^(Entity *e, size_t i, bool *stop) { if (e.type == NOTUSED) return; OFVector3D v = OFMakeVector3D(e.x, e.y, e.z); |
︙ |