Differences From Artifact [1e2dd62755]:
- File src/clients2c.cxx — part of check-in [0a0d4f9155] at 2024-07-20 15:08:41 on branch trunk — Run clang-format on the entire codebase (user: js, size: 8525) [annotate] [blame] [check-ins using]
To Artifact [eb9667cf69]:
- File src/clients2c.cxx — part of check-in [bd82b5a5b1] at 2024-07-20 21:49:30 on branch trunk — Fix needing -fpermissive (user: js, size: 8553) [annotate] [blame] [check-ins using]
- File src/clients2c.mm — part of check-in [7c2704b3d7] at 2024-07-21 12:02:07 on branch trunk — Convert to ObjC++ (user: js, size: 8553) [annotate] [blame] [check-ins using]
︙ | |||
269 270 271 272 273 274 275 | 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 | + - + | break; case SV_ITEMSPAWN: { uint i = getint(p); setspawn(i, true); if (i >= (uint)ents.length()) break; vec v = {(float)ents[i].x, (float)ents[i].y, |
︙ |