X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=b4a603787c290b06afc0d2f28cef796741893774;hb=f645e74fab72d2bc94db81ea937904a865d5831e;hp=52fbded05846a88125e503994a8f6439555851a4;hpb=b844b9ff4b1c79c5789cdae0a90deacb88d0887a;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 52fbded0..b4a60378 100644 --- a/src/tools.c +++ b/src/tools.c @@ -993,8 +993,7 @@ static void SetScreenStates_BeforeFadingIn(void) global.anim_status = global.anim_status_next; // store backbuffer with all animations that will be started after fading in - if (fade_type_skip != FADE_MODE_SKIP_FADE_IN) - PrepareFadeBitmap(DRAW_TO_FADE_TARGET); + PrepareFadeBitmap(DRAW_TO_FADE_TARGET); // set screen mode for animations back to fading global.anim_status = GAME_MODE_PSEUDO_FADING; @@ -1017,8 +1016,7 @@ static void SetScreenStates_BeforeFadingOut(void) global.anim_status = GAME_MODE_PSEUDO_FADING; // store backbuffer with all animations that will be stopped for fading out - if (fade_type_skip != FADE_MODE_SKIP_FADE_OUT) - PrepareFadeBitmap(DRAW_TO_FADE_SOURCE); + PrepareFadeBitmap(DRAW_TO_FADE_SOURCE); } static void SetScreenStates_AfterFadingOut(void)