rnd-20030913-2-src
[rocksndiamonds.git] / src / conf_snd.c
index 39270885c651b82ed226711b36e19d7ec20a4fee..2ec9147c45e2ccd768c1bb34ec876b4241da2d8d 100644 (file)
@@ -34,6 +34,7 @@ struct ConfigInfo sound_config[] =
   { "[default].snapping",              "pong.wav"              },
   { "[default].pushing",               "pusch.wav"             },
   { "[default].impact",                        "klopf.wav"             },
+  { "[default].walking",               "empty.wav"             },
   { "[default].passing",               "gate.wav"              },
   { "[default].dying",                 "autsch.wav"            },
   { "[default].exploding",             "roaaar.wav"            },
@@ -83,7 +84,8 @@ struct ConfigInfo sound_config[] =
   { "[sokoban].emptying",              UNDEFINED_FILENAME      },
 
   /* sounds for Emerald Mine style elements and actions */
-  { "empty_space.digging",             "empty.wav"             },
+  { "[player].moving",                 "empty.wav"             },
+  { "[player].moving.mode_loop",       "false"                 },
   { "sand.digging",                    "schlurf.wav"           },
   { "emerald.collecting",              "pong.wav"              },
   { "emerald.impact",                  "pling.wav"             },
@@ -123,6 +125,7 @@ struct ConfigInfo sound_config[] =
   { "[quicksand].filling",             UNDEFINED_FILENAME      },
   { "[quicksand].emptying",            UNDEFINED_FILENAME      },
   { "[exit].opening",                  "oeffnen.wav"           },
+  { "[exit].closing",                  "oeffnen.wav"           },
   { "[exit].passing",                  "buing.wav"             },
   { "penguin.passing",                 "buing.wav"             },
 
@@ -172,7 +175,7 @@ struct ConfigInfo sound_config[] =
   { "dx_supabomb.pushing",             "pusch.wav"             },
   { "trap.digging",                    "schlurf.wav"           },
   { "trap.activating",                 UNDEFINED_FILENAME      },
-  { "[tube].passing",                  UNDEFINED_FILENAME      },
+  { "[tube].walking",                  UNDEFINED_FILENAME      },
 
   /* sounds for Rocks'n'Diamonds style elements and actions */
   { "amoeba.turning_to_gem",           "pling.wav"             },