X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;h=4b914c73d2ac394debdce2a290264708861062ec;hb=963345fd2614535471086111e64eded2cd9818e4;hp=09027d51b035e5ba61bf79868366243132d753fd;hpb=fa64f97687b19543379b872003cd66a2a351e326;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index 09027d51..4b914c73 100644 --- a/src/tape.h +++ b/src/tape.h @@ -239,6 +239,7 @@ struct TapeInfo boolean show_game_buttons; // show game buttons in tape viewport + boolean no_info_chunk; // used to identify old tape file format boolean no_valid_file; // set when tape file missing or invalid };