X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=4b914c73d2ac394debdce2a290264708861062ec;hp=09027d51b035e5ba61bf79868366243132d753fd;hb=5a4a6f4051fc89de7e47cf41d4d3e78dab4283d6;hpb=71f0d72b145b4d56e1282c8fa9c5030521f49d82 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 };