rnd-20070424-1-src
[rocksndiamonds.git] / src / init.c
index 148f927d5bcfc697775bd63352b3677a6e05735e..5a2ff12a65a5f20c5b1baa5a66bed2ad39388044 100644 (file)
@@ -112,6 +112,12 @@ void InitGadgets()
 
 inline void InitElementSmallImagesScaledUp(int graphic)
 {
+#if 0
+  struct FileInfo *fi = getImageListEntryFromImageID(graphic);
+
+  printf("::: '%s' -> '%s'\n", fi->token, fi->filename);
+#endif
+
   CreateImageWithSmallImages(graphic, graphic_info[graphic].scale_up_factor);
 }