rnd-20020428-3-src
[rocksndiamonds.git] / src / main.c
index cf78c0cb955dcb0c0bb04548f19e4a00ebb4caff..335cee2329c7b391fb16aee053a089fd2da17502 100644 (file)
@@ -136,6 +136,19 @@ char *sound_name[NUM_SOUNDS] =
   "gate.wav"
 };
 
+/* sound effects: setup file identifiers and corresponding default filenames */
+struct
+{
+  char *identifier;
+  char *default_filename;
+}
+sound_effect[NUM_SOUND_EFFECTS] =
+{
+  { "collecting_infotron",     "infotron.wav" },
+  { "falling_zonk",            "zonkdown.wav" },
+  { "pushing_zonk",            "zonkpush.wav" }
+};
+
 char *element_info[] =
 {
   "empty space",                               /* 0 */