chiark / gitweb /
Another function pair required for serialisation; these ones save
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Jun 2005 07:33:49 +0000 (07:33 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Jun 2005 07:33:49 +0000 (07:33 +0000)
commitcdb8433c0a5bf546ae2f4c55bad1be064d05df3b
tree3e6026b5dde0edba0477de9d714b46c0f687e6cf
parent08410651e05b0723073d53e7d75174767633bf87
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.

[originally from svn r6026]
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