Differences From Artifact [feb6b04e94]:
- File src/worldlight.m — part of check-in [0e7605d101] at 2025-03-20 22:40:48 on branch trunk — Fix all warnings (user: js, size: 6159) [annotate] [blame] [check-ins using]
To Artifact [d596ebb5c3]:
- File src/worldlight.m — part of check-in [b787ad5a04] at 2025-03-22 23:10:13 on branch trunk — Clean up DynamicEntity (user: js, size: 6159) [annotate] [blame] [check-ins using]
︙ | |||
201 202 203 204 205 206 207 | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | - + | void dodynlight(const OFVector3D *vold, const OFVector3D *v, int reach, int strength, DynamicEntity *owner) { if (!reach) reach = dynlight; |
︙ |