Differences From Artifact [90cfd3146d]:
- File src/commands.mm — part of check-in [b5a250176b] at 2025-03-08 10:12:33 on branch trunk — Fix crash (user: js, size: 11727) [annotate] [blame] [check-ins using]
To Artifact [80db5d3058]:
- File src/commands.mm — part of check-in [8edff2c849] at 2025-03-08 12:51:58 on branch trunk — Fix ARG_VARI commands (user: js, size: 11723) [annotate] [blame] [check-ins using]
︙ | |||
243 244 245 246 247 248 249 | 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 | - + | isKindOfClass:[Command class]]) { // game defined commands use very // ad-hoc function signature, and just // call it OFArray<OFString *> *arguments = [[OFArray alloc] initWithObjects:w |
︙ |