Cleanup: remove the `just_used_solve' field from a number of games
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Oct 2005 17:00:35 +0000 (17:00 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Oct 2005 17:00:35 +0000 (17:00 +0000)
commita440f184767511bdda309d1c2e51719c1c2a7ca6
tree7da8e4beedccbf2434266bdfd3aee863ffe37a4e
parent9680576d3ac161e2df2454a79e57b9c36314975e
Cleanup: remove the `just_used_solve' field from a number of games
which didn't actually need it. It was originally introduced in
Fifteen to suppress animation on Solve moves, but midend.c now does
that centrally unless the game specifically instructs it otherwise.
Therefore, just_used_solve is obsolete in all games which previously
used it. (Mines was even worse: it scrupulously maintained the
correctness of the field but never used it!)

Untangle is exempt from this cleanup: its `just_solved' field is
used to change the _length_ of the animation on Solve moves, not to
suppress it entirely, and so it has to stay.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6419 cda61777-01e9-0310-a592-d414129be87e
fifteen.c
mines.c
net.c
netslide.c
sixteen.c
twiddle.c