Differences From Artifact [f1dd561ea3]:
- File src/savegamedemo.mm — part of check-in [c38d75087b] at 2025-03-20 20:11:37 on branch trunk — Convert all references to pointers in protos.h (user: js, size: 12145) [annotate] [blame] [check-ins using]
To Artifact [01e4530b16]:
- File src/savegamedemo.mm — part of check-in [ef1d7e47f7] at 2025-03-20 20:38:43 on branch trunk — Remove all default arguments from protos.h (user: js, size: 12153) [annotate] [blame] [check-ins using]
︙ | |||
347 348 349 350 351 352 353 | 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 | - + | void stopreset() { conoutf(@"demo stopped (%d msec elapsed)", lastmillis - starttime); stop(); [players removeAllObjects]; |
︙ |