Differences From Artifact [ae7e6c7975]:
- File src/worldlight.mm — part of check-in [e7b5d33cad] at 2025-03-03 23:52:52 on branch trunk — Migrate more strings (user: js, size: 5788) [annotate] [blame] [check-ins using]
To Artifact [93b7010f75]:
- File src/worldlight.mm — part of check-in [2e931ae3e1] at 2025-03-04 00:14:25 on branch trunk — Migrate vec to OFVector3D (user: js, size: 5807) [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 dodynlight( |
︙ |