From: Holger Schemel Date: Tue, 14 Sep 2021 22:25:31 +0000 (+0200) Subject: added saving tape without INFO chunk to temporary file before uploading X-Git-Tag: 4.3.0.0~58 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=9fcd46b92772e2b72aeaf036a6130fe35edc5f87 added saving tape without INFO chunk to temporary file before uploading --- diff --git a/src/tape.c b/src/tape.c index 69356b0b..fc8f922b 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1792,7 +1792,8 @@ static int AutoPlayTapesExt(boolean initialize) getDefaultSolutionTapeFilename(level_nr)); boolean correct_info_chunk = - (strEqual(leveldir_current->identifier, tape.level_identifier) && + (!tape.no_info_chunk && + strEqual(leveldir_current->identifier, tape.level_identifier) && level_nr == tape.level_nr); if (!correct_info_chunk)