rnd-20020424-1-src
[rocksndiamonds.git] / src / main.c
index 210bf381973e4bd09589e4a715eb23f792cc1c17..cf78c0cb955dcb0c0bb04548f19e4a00ebb4caff 100644 (file)
@@ -20,8 +20,6 @@
 
 GC             tile_clip_gc;
 Bitmap        *pix[NUM_BITMAPS];
-Bitmap        *pix_default[NUM_BITMAPS];
-Bitmap        *pix_custom[NUM_BITMAPS];
 Pixmap         tile_clipmask[NUM_TILES];
 DrawBuffer     *fieldbuffer;
 DrawBuffer     *drawto_field;
@@ -138,21 +136,6 @@ char *sound_name[NUM_SOUNDS] =
   "gate.wav"
 };
 
-/* background music */
-int background_loop[] =
-{
-#if 0
-  SND_ALCHEMY,
-  SND_CHASE,
-  SND_NETWORK,
-  SND_CZARDASZ,
-  SND_TYGER,
-  SND_VOYAGER,
-  SND_TWILIGHT
-#endif
-};
-int num_bg_loops = sizeof(background_loop)/sizeof(int);
-
 char *element_info[] =
 {
   "empty space",                               /* 0 */