X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=inline;f=src%2Fconf_snd.c;h=222f43f92da70821b6ad5da9c0633e23a768274a;hb=d8e3568accbc475855027f7199e55543dc4d1ddf;hp=45a8753f1fe892362493d547d73b75d01fb51072;hpb=216566521353a144d859e1d93d326934996d85a0;p=rocksndiamonds.git diff --git a/src/conf_snd.c b/src/conf_snd.c index 45a8753f..222f43f9 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -22,6 +22,8 @@ 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" },