Differences From Artifact [b2ede2d0f5]:
- File src/weapon.mm — part of check-in [c38d75087b] at 2025-03-20 20:11:37 on branch trunk — Convert all references to pointers in protos.h (user: js, size: 9854) [annotate] [blame] [check-ins using]
To Artifact [2e4de9f255]:
- File src/weapon.m — part of check-in [46c5779570] at 2025-03-20 21:52:26 on branch trunk — Convert more files to pure Objective-C (user: js, size: 9861) [annotate] [blame] [check-ins using]
︙ | |||
238 239 240 241 242 243 244 | 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 | - + | DynamicEntity *monster, size_t i, bool *stop) { if (i != notthismonster) radialeffect(monster, v, i, qdam, p.owner); }]; } } |
︙ |