Differences From Artifact [ddbc7f66e7]:
- File src/command.mm — part of check-in [e7b5d33cad] at 2025-03-03 23:52:52 on branch trunk — Migrate more strings (user: js, size: 15050) [annotate] [blame] [check-ins using]
To Artifact [926958b6fe]:
- File src/command.mm — part of check-in [2e931ae3e1] at 2025-03-04 00:14:25 on branch trunk — Migrate vec to OFVector3D (user: js, size: 15049) [annotate] [blame] [check-ins using]
︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | - - + + | b.persist = true; idents[b.name] = b; } else { if (b.type == ID_ALIAS) b.action = action; else |
︙ |