rnd-20070901-3-src
[rocksndiamonds.git] / src / init.c
index 911fc91384a3c2f43e1eba38b8454ee60dec5802..c41af9fb25ba1cdb4aeec37f96f9eea2226db704 100644 (file)
@@ -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");
 }