rnd-20131211-1-src
[rocksndiamonds.git] / src / libgame / image.c
index 498c1c0bfb3a2c034cda879797ac2401e9cb54d8..9d76865e2666653edabab39f07f4810307260666 100644 (file)
@@ -1040,8 +1040,15 @@ void ReloadCustomImages()
   printf("::: reloading images '%s' ...\n", artwork.gfx_current_identifier);
 #endif
 
+  print_timestamp_init("ReloadCustomImages");
+
   LoadArtworkConfig(image_info);
+  print_timestamp_time("LoadArtworkConfig");
+
   ReloadCustomArtworkList(image_info);
+  print_timestamp_time("ReloadCustomArtworkList");
+
+  print_timestamp_done("ReloadCustomImages");
 }
 
 void CreateImageWithSmallImages(int pos, int zoom_factor)