Differences From Artifact [6a518301f9]:
- File src/worldlight.mm — part of check-in [71ebb79f8f] at 2025-03-08 03:26:23 on branch trunk — Use ObjFW functions for memory management (user: js, size: 5795) [annotate] [blame] [check-ins using]
To Artifact [ccc85287d7]:
- File src/worldlight.mm — part of check-in [d3b4b2d476] at 2025-03-09 11:24:01 on branch trunk — Migrate projectile to a class (user: js, size: 5806) [annotate] [blame] [check-ins using]
︙ | |||
196 197 198 199 200 201 202 | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 | - - + + | block *backup = dlights.pop(); blockpaste(*backup); free(backup); } } void |
︙ |