added checking for missing INFO chunk when loading tape by filename only
[rocksndiamonds.git] / src / tape.h
index 09027d51b035e5ba61bf79868366243132d753fd..4b914c73d2ac394debdce2a290264708861062ec 100644 (file)
@@ -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
 };