Differences From Artifact [2ff75549f9]:
- File game.c — part of check-in [28b482dea1] at 2021-09-30 21:08:35 on branch trunk — Add SOLUTION_MOVE_LIST function, F9 to flash player location, shift and middle mouse button, and a documentation correction. (user: user, size: 31911) [annotate] [blame] [check-ins using]
To Artifact [25a4dc3668]:
- File game.c — part of check-in [4919d2c22e] at 2021-10-02 01:55:15 on branch trunk — Implement composite puzzle sets (user: user, size: 31931) [annotate] [blame] [check-ins using]
︙ | |||
726 727 728 729 730 731 732 | 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 | - + | number=replay_mark; goto restart; case '^>': // Replay to mark inputs_count=0; number=replay_mark-replay_pos; goto replay; case '^E': // Edit |
︙ |