rnd-20020904-2-src
[rocksndiamonds.git] / src / main.c
index 08d246b8a2c6504ec641585c96105abddb29044b..4cec054e76c2479219cbf577749e30ebbd9dfd37 100644 (file)
@@ -136,7 +136,13 @@ char *sound_name[NUM_SOUNDS] =
   "gate.wav"
 };
 
-struct SoundEffectInfo sound_effects[] =
+struct ArtworkConfigInfo image_config[] =
+{
+  /* graphics for Boulder Dash style elements and actions */
+  { "bd_diamond.waiting",              "bd_diamond.pcx"        },
+};
+
+struct ArtworkConfigInfo sound_config[] =
 {
   /* sounds for Boulder Dash style elements and actions */
   { "bd_empty_space.digging",          "empty.wav"             },