X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.c;h=d5ad588bc7c111607d88aafaf6182284efa16caf;hb=8c6f354ceb0f49857489ef2df0303e155e7f6846;hp=3a53cb09d31c8c460ee8e4f2eaa9e85fb2a9d48a;hpb=c5a7bf958a0d27d4adf56afea16aff5d9026bd1f;p=rocksndiamonds.git diff --git a/src/files.c b/src/files.c index 3a53cb09..d5ad588b 100644 --- a/src/files.c +++ b/src/files.c @@ -798,6 +798,8 @@ static int LoadTape_BODY(FILE *file, int chunk_size, struct TapeInfo *tape) } else if (tape->file_version < FILE_VERSION_2_0) { + /* convert pre-2.0 tapes to new tape format */ + if (tape->pos[i].delay > 1) { /* action part */