rnd-20031116-2-src
[rocksndiamonds.git] / src / conf_snd.c
index 2a2d65af68b5a616b0b1ffcae77c0c940a9fee1a..9d028a5adbfb0afa24e56d134582690e61fd5a24 100644 (file)
@@ -232,11 +232,13 @@ struct ConfigInfo sound_config[] =
   { "door.opening",                    "oeffnen.wav"           },
   { "door.closing",                    "oeffnen.wav"           },
 
+  { "background.MAIN",                 UNDEFINED_FILENAME      },
+  { "background.LEVELS",               UNDEFINED_FILENAME      },
   { "background.SCORES",               "halloffame.wav"        },
   { "background.SCORES.mode_loop",     "false"                 },
-
-  { "background.INFO",                 "rhythmloop.wav"        },
-  { "background.INFO.mode_loop",       "true"                  },
+  { "background.EDITOR",               UNDEFINED_FILENAME      },
+  { "background.INFO",                 UNDEFINED_FILENAME      },
+  { "background.SETUP",                        UNDEFINED_FILENAME      },
 
 #if 0
   { "[not used]",                      "antigrav.wav"          },