Differences From Artifact [a511b2eec3]:
- File src/clients2c.mm — part of check-in [245efe8045] at 2025-03-08 00:58:32 on branch trunk — More string migration (user: js, size: 8733) [annotate] [blame] [check-ins using]
To Artifact [15295b6bce]:
- File src/clients2c.mm — part of check-in [6f5dd50626] at 2025-03-08 02:38:40 on branch trunk — Improve clang-format (user: js, size: 8732) [annotate] [blame] [check-ins using]
︙ | |||
48 49 50 51 52 53 54 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | - + | d->o.x += dx < 0 ? r - fx : -(r - fx); }; int lagtime = lastmillis - d->lastupdate; if (lagtime) { d->plag = (d->plag * 5 + lagtime) / 6; d->lastupdate = lastmillis; }; |
︙ |