Bugfix: bird starts caged in endgame.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 11 Mar 2023 14:35:26 +0000 (09:35 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 11 Mar 2023 14:35:26 +0000 (09:35 -0500)
commit71f05c456766111b31c13a78420d2f0bb9b95416
tree5cb9bbd0cdb9ae91f928c400c351ad17da66470b
parentfe8a82927c86441425635f34079d2323c92957a1
Bugfix: bird starts caged in endgame.

Turns out the code of put() had been modified ibcorrectly, but
the bug was masked in all but a few cases, noe of which would be
encountered in normal gameplay.

A test to ensure this bug does noit recur has been added.
misc.c
notes.adoc
tests/birdsnakewake.chk
tests/endobjects.chk
tests/saveresume.4.chk
tests/takebird.chk [new file with mode: 0644]
tests/takebird.log [new file with mode: 0644]