X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=c41af9fb25ba1cdb4aeec37f96f9eea2226db704;hb=ed5a795f1fd2d48a1372d46c06d86d2faab7e3c4;hp=911fc91384a3c2f43e1eba38b8454ee60dec5802;hpb=436a9fbb93a26d17c80eae4b8bbe79dabfc44099;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 911fc913..c41af9fb 100644 --- a/src/init.c +++ b/src/init.c @@ -5841,6 +5841,11 @@ void ReloadCustomArtwork(int force_reload) game_status = last_game_status; /* restore current game status */ +#if 0 + printf("::: ----------------DELAY 1 ...\n"); + Delay(3000); +#endif + #if 0 printf("::: FadeOut @ ReloadCustomArtwork ...\n"); #endif @@ -5855,6 +5860,7 @@ void ReloadCustomArtwork(int force_reload) SetDoorState(DOOR_OPEN_ALL); CloseDoor(DOOR_CLOSE_ALL | DOOR_NO_DELAY); +#if 1 #if 1 #if 1 FadeSetEnterScreen(); @@ -5866,6 +5872,11 @@ void ReloadCustomArtwork(int force_reload) #else fading = fading_none; #endif +#endif + +#if 0 + redraw_mask = REDRAW_ALL; +#endif print_timestamp_done("ReloadCustomArtwork"); }