Relax the savefile validity check a little.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 12 Mar 2023 14:03:43 +0000 (10:03 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 12 Mar 2023 14:03:43 +0000 (10:03 -0400)
commit0ffb2978016618ce2ac500a098de7566d0b37add
tree263fc2258c89a9a0fb9cd9fa35a9e3317dec5519
parent04df0ce64c3d7413daaa19e19f476430768cccac
Relax the savefile validity check a little.

There was a very old bug, probably predating the OpenAdventure port,
that would poke a stashed value of -1 into the snake object if you did
a save in endgame, and then fail the savefile validation on resume.
This was masked for a long time by a bug in put() just fixed a couple
of revisions ago.
advent.h
saveresume.c
tests/saveresume.4.chk