X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=4289203cf9269f05601b370fe7c659cf9d1ff33b;hb=b33f14a8bdad5e3c9547c37b3854025daba761c7;hp=4a0110fb00733cb49bd60ec4a8db5992bdfd7e85;hpb=827ba2bca2dfb8d7af57786df4304b61f0a8466e;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index 4a0110fb..4289203c 100644 --- a/src/screens.c +++ b/src/screens.c @@ -6065,6 +6065,21 @@ void HandleGameActions() AutoPlayTape(); /* continue automatically playing next tape */ } +#if 0 +void ChangeGameStatus(int new_game_status) +{ + /* for fading out last screen, use the last game status */ + global.border_status = game_status; + global.fading_status = game_status; + + /* ... */ + + /* for fading in next screen, use the new game status */ + global.border_status = new_game_status; + global.fading_status = new_game_status; +} +#endif + /* ---------- new screen button stuff -------------------------------------- */