X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=23d1b49e680f576fb2c5cd8dcc593ba769be0e46;hb=b33f14a8bdad5e3c9547c37b3854025daba761c7;hp=700d7e6a3c0a7d5a2afc9d7b1fff62c72a470e70;hpb=827ba2bca2dfb8d7af57786df4304b61f0a8466e;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 700d7e6a..23d1b49e 100644 --- a/src/main.h +++ b/src/main.h @@ -2334,6 +2334,11 @@ struct GlobalInfo float frames_per_second; boolean fps_slowdown; int fps_slowdown_factor; + + /* global values for fading screens and masking borders */ + int border_status; + int fading_status; + int fading_type; }; struct ElementChangeInfo