rnd-20140307-2-src
[rocksndiamonds.git] / src / tape.h
index 6a5107cb5a849fecd6d4c55ffab3804fd4dc0495..f23d7c9aa9db9d393e8f4e56f34f4ecf2aea6bcc 100644 (file)
@@ -178,6 +178,8 @@ struct TapeInfo
   struct TapeLabelInfo label;
   struct TapeTextInfo text;
 
+  boolean show_game_buttons;   /* show game buttons in tape viewport */
+
   boolean no_valid_file;       /* set when tape file missing or invalid */
 };