Another function pair required for serialisation; these ones save
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Jun 2005 07:33:49 +0000 (07:33 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Jun 2005 07:33:49 +0000 (07:33 +0000)
commitae8290c655dec864db8ef0dc6b59891d6434c71f
tree3e6026b5dde0edba0477de9d714b46c0f687e6cf
parent0a6892dbcbd8ecb9be7e88a0368926fe521ae479
Another function pair required for serialisation; these ones save
and restore anything vitally important in the game_ui. Most of the
game_ui is expected to be stuff about cursor positions and currently
active mouse drags, so it absolutely _doesn't_ want to be preserved
over a serialisation; but one or two things would be disorienting or
outright wrong to reset, such as the Net origin position and the
Mines death counter.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6026 cda61777-01e9-0310-a592-d414129be87e
15 files changed:
cube.c
fifteen.c
flip.c
guess.c
mines.c
net.c
netslide.c
nullgame.c
pattern.c
puzzles.h
rect.c
samegame.c
sixteen.c
solo.c
twiddle.c