rnd-20070315-1-src
[rocksndiamonds.git] / src / conf_snd.c
index c18925af126be3d614e11fec29757542a4adcbef..b3761601c574e600259165d34789f240243bfdbe 100644 (file)
@@ -121,6 +121,9 @@ struct ConfigInfo sound_config[] =
   { "magic_wall.activating",           "quirk.wav"                     },
   { "magic_wall.active",               "miep.wav"                      },
   { "magic_wall.filling",              "quirk.wav"                     },
+  { "dc_magic_wall.activating",                "quirk.wav"                     },
+  { "dc_magic_wall.active",            "miep.wav"                      },
+  { "dc_magic_wall.filling",           "quirk.wav"                     },
   { "[amoeba].waiting",                        UNDEFINED_FILENAME              },
   { "[amoeba].growing",                        "amoebe.wav"                    },
   { "[amoeba].dropping",               UNDEFINED_FILENAME              },
@@ -130,6 +133,15 @@ struct ConfigInfo sound_config[] =
   { "[exit].opening",                  "oeffnen.wav"                   },
   { "[exit].closing",                  "oeffnen.wav"                   },
   { "[exit].passing",                  "buing.wav"                     },
+  { "[steel_exit].opening",            "oeffnen.wav"                   },
+  { "[steel_exit].closing",            "oeffnen.wav"                   },
+  { "[steel_exit].passing",            "buing.wav"                     },
+  { "[em_exit].opening",               "gong.wav"                      },
+  { "[em_exit].closing",               UNDEFINED_FILENAME              },
+  { "[em_exit].passing",               "buing.wav"                     },
+  { "[em_steel_exit].opening",         "gong.wav"                      },
+  { "[em_steel_exit].closing",         UNDEFINED_FILENAME              },
+  { "[em_steel_exit].passing",         "buing.wav"                     },
   { "penguin.passing",                 "buing.wav"                     },
 
   /* sounds for Emerald Mine Club style elements and actions */
@@ -170,10 +182,10 @@ struct ConfigInfo sound_config[] =
   { "[switchgate].opening",            "oeffnen.wav"                   },
   { "[switchgate].closing",            "oeffnen.wav"                   },
   { "[switchgate].passing",            "gate.wav"                      },
-  { "timegate_switch.activating",      "deng.wav"                      },
-  { "timegate_switch.active",          "miep.wav"                      },
-  { "timegate_switch.deactivating",    UNDEFINED_FILENAME              },
-  { "timegate.opening",                        "oeffnen.wav"                   },
+  { "[timegate_switch].activating",    "deng.wav"                      },
+  { "[timegate_switch].active",                "miep.wav"                      },
+  { "[timegate_switch].deactivating",  UNDEFINED_FILENAME              },
+  { "[timegate].opening",              "oeffnen.wav"                   },
   { "[timegate].closing",              "oeffnen.wav"                   },
   { "[timegate].passing",              "gate.wav"                      },
   { "[conveyor_belt_switch].activating",UNDEFINED_FILENAME             },
@@ -245,6 +257,7 @@ struct ConfigInfo sound_config[] =
   { "menu.item.selecting",             "base.wav"                      },
 
   { "background.TITLE",                        UNDEFINED_FILENAME              },
+  { "background.MESSAGE",              UNDEFINED_FILENAME              },
   { "background.MAIN",                 UNDEFINED_FILENAME              },
   { "background.LEVELS",               UNDEFINED_FILENAME              },
   { "background.SCORES",               "halloffame.wav"                },
@@ -253,6 +266,27 @@ struct ConfigInfo sound_config[] =
   { "background.INFO",                 UNDEFINED_FILENAME              },
   { "background.SETUP",                        UNDEFINED_FILENAME              },
 
+  { "titlescreen_initial_1",           UNDEFINED_FILENAME              },
+  { "titlescreen_initial_2",           UNDEFINED_FILENAME              },
+  { "titlescreen_initial_3",           UNDEFINED_FILENAME              },
+  { "titlescreen_initial_4",           UNDEFINED_FILENAME              },
+  { "titlescreen_initial_5",           UNDEFINED_FILENAME              },
+  { "titlescreen_1",                   UNDEFINED_FILENAME              },
+  { "titlescreen_2",                   UNDEFINED_FILENAME              },
+  { "titlescreen_3",                   UNDEFINED_FILENAME              },
+  { "titlescreen_4",                   UNDEFINED_FILENAME              },
+  { "titlescreen_5",                   UNDEFINED_FILENAME              },
+  { "titlemessage_initial_1",          UNDEFINED_FILENAME              },
+  { "titlemessage_initial_2",          UNDEFINED_FILENAME              },
+  { "titlemessage_initial_3",          UNDEFINED_FILENAME              },
+  { "titlemessage_initial_4",          UNDEFINED_FILENAME              },
+  { "titlemessage_initial_5",          UNDEFINED_FILENAME              },
+  { "titlemessage_1",                  UNDEFINED_FILENAME              },
+  { "titlemessage_2",                  UNDEFINED_FILENAME              },
+  { "titlemessage_3",                  UNDEFINED_FILENAME              },
+  { "titlemessage_4",                  UNDEFINED_FILENAME              },
+  { "titlemessage_5",                  UNDEFINED_FILENAME              },
+
 #if 0
   { "[not used]",                      "antigrav.wav"                  },
   { "[not used]",                      "bong.wav"                      },