rnd-20020908-2-src
[rocksndiamonds.git] / src / init.c
index 4c49a23762f59494ae018bca325f64fafc1ee85d..93e2958fa2335433c64fd1195d4212870d54b978 100644 (file)
@@ -29,6 +29,7 @@
 static char *image_filename[NUM_PICTURES] =
 {
   "RocksScreen.pcx",
+  "RocksElements.pcx",
   "RocksDoor.pcx",
   "RocksHeroes.pcx",
   "RocksToons.pcx",
@@ -857,6 +858,8 @@ static void InitGraphicInfo()
 
   image_files = getCurrentImageList();
 
+  printf("--> %d\n", image_files[0].parameter[2]);
+
   for(i=0; i<MAX_GRAPHICS; i++)
   {
     /* always start with reliable default values */