X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=79c3d58815324d1e1a2dec1ed7feba7aa36b8085;hb=66a60ab1d501cd3a7a666b3012702455927b3b13;hp=9ecc59c389c35275d42875619ffd33f0b7e16239;hpb=56356dc9e2d4a856879a3c91aa7212d0a80afdfd;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 9ecc59c3..79c3d588 100644 --- a/src/init.c +++ b/src/init.c @@ -5794,11 +5794,13 @@ void ReloadCustomArtwork(int force_reload) #endif print_timestamp_time("ClearRectangle"); +#if 0 printf("::: fading in ... %d\n", fading.fade_mode); - +#endif FadeIn(REDRAW_ALL); - +#if 0 printf("::: done\n"); +#endif if (gfx_new_identifier != NULL || force_reload_gfx) { @@ -5828,9 +5830,13 @@ void ReloadCustomArtwork(int force_reload) game_status = last_game_status; /* restore current game status */ +#if 0 printf("::: FadeOut @ ReloadCustomArtwork ...\n"); +#endif FadeOut(REDRAW_ALL); +#if 0 printf("::: FadeOut @ ReloadCustomArtwork done\n"); +#endif RedrawBackground();