rnd-20050117-1-src
[rocksndiamonds.git] / src / conf_snd.c
index cd9869b081fa9fc32e6dca45cdcdfea7d0897d94..222f43f92da70821b6ad5da9c0633e23a768274a 100644 (file)
    reliable default values. If that value is SND_ARG_UNDEFINED, it will
    be dynamically determined, using some of the other list values. */
 
-struct ConfigInfo sound_config_suffix[] =
+struct ConfigTypeInfo sound_config_suffix[] =
 {
   { ".mode_loop",                      ARG_UNDEFINED,  TYPE_BOOLEAN    },
+  { ".volume",                         "100",          TYPE_INTEGER    },
+  { ".priority",                       "0",            TYPE_INTEGER    },
 
   { NULL,                              NULL,           0               }
 };
@@ -150,6 +152,7 @@ struct ConfigInfo sound_config[] =
   { "[envelope].opening",              UNDEFINED_FILENAME              },
   { "[envelope].closing",              UNDEFINED_FILENAME              },
   { "invisible_sand.digging",          "schlurf.wav"                   },
+  { "invisible_sand.active.digging",   "schlurf.wav"                   },
   { "shield_normal.collecting",                "pong.wav"                      },
   { "shield_normal.active",            UNDEFINED_FILENAME              },
   { "shield_deadly.collecting",                "pong.wav"                      },