Differences From Artifact [93b4bffbbf]:
- File src/renderextras.mm — part of check-in [f8f97851f3] at 2024-08-03 17:02:33 on branch trunk — Make conoutf take an OFString (user: js, size: 9482) [annotate] [blame] [check-ins using]
To Artifact [92e074465e]:
- File src/renderextras.mm — part of check-in [0d125c31da] at 2025-03-02 19:52:00 on branch trunk — Migrate more strings (user: js, size: 9480) [annotate] [blame] [check-ins using]
︙ | |||
209 210 211 212 213 214 215 | 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 | - - - + + | { sprintf_sd(name)("packages/%s_%s.jpg", basename, side[i]); int xs, ys; if (!installtex(texnum + i, path(name), xs, ys, true)) conoutf(@"could not load sky textures"); }; strcpy_s(lastsky, basename); |
︙ |