Differences From Artifact [aab23b54fe]:
- File src/monster.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: 10853) [annotate] [blame] [check-ins using]
To Artifact [c901f05b50]:
- File src/monster.cxx — part of check-in [bd82b5a5b1] at 2024-07-20 21:49:30 on branch trunk — Fix needing -fpermissive (user: js, size: 10874) [annotate] [blame] [check-ins using]
- File src/monster.mm — part of check-in [7c2704b3d7] at 2024-07-21 12:02:07 on branch trunk — Convert to ObjC++ (user: js, size: 10874) [annotate] [blame] [check-ins using]
︙ | |||
374 375 376 377 378 379 380 | 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 | - + | // used { entity &e = ents[i]; if (e.type != TELEPORT) continue; if (OUTBORD(e.x, e.y)) continue; |
︙ |