changed tape flag for solved level to tape property bit
authorHolger Schemel <holger.schemel@virtion.de>
Sun, 15 Sep 2024 12:13:06 +0000 (14:13 +0200)
committerHolger Schemel <holger.schemel@virtion.de>
Sun, 15 Sep 2024 12:26:13 +0000 (14:26 +0200)
commit63850e78b500900d64ef3e5a83634106818a47ea
treea02e3e336d0d2c6eb0984fdcd42f316c5079a924
parent63a95df49cd6d754617b1930d7282fe6c4a65851
changed tape flag for solved level to tape property bit

This change has the advantage that some more property bits can be
stored in tape files.

It has the disadvantage that previous program versions may treat a
tape as a solution tape when it really isn't (but instead has other
property bits set). As this is only used for the "dump tape" command
on the command line, this potential problem can safely be ignored.
src/files.c
src/game.c
src/tape.c
src/tape.h