Differences From Artifact [da94b33242]:
- File src/world.mm — part of check-in [e7b5d33cad] at 2025-03-03 23:52:52 on branch trunk — Migrate more strings (user: js, size: 11091) [annotate] [blame] [check-ins using]
To Artifact [061f7f026c]:
- File src/world.mm — part of check-in [2e931ae3e1] at 2025-03-04 00:14:25 on branch trunk — Migrate vec to OFVector3D (user: js, size: 11091) [annotate] [blame] [check-ins using]
︙ | |||
263 264 265 266 267 268 269 | 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 | - + | int best; float bdist = 99999; loopv(ents) { entity &e = ents[i]; if (e.type == NOTUSED) continue; |
︙ |