X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftape.h;h=f23d7c9aa9db9d393e8f4e56f34f4ecf2aea6bcc;hb=d41504f21368105b5818ccee3b33d5acd739aa6c;hp=6a5107cb5a849fecd6d4c55ffab3804fd4dc0495;hpb=08077278b4277434ebbeb0e828cf45f9ce9ee387;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index 6a5107cb..f23d7c9a 100644 --- a/src/tape.h +++ b/src/tape.h @@ -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 */ };