X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconf_snd.c;h=1c3ce29a083677a45da67addc203c8ed9825072c;hb=c0f3e2e3c8f0c8b88fca68375d0b942bda8ffcbf;hp=222f43f92da70821b6ad5da9c0633e23a768274a;hpb=d8e3568accbc475855027f7199e55543dc4d1ddf;p=rocksndiamonds.git diff --git a/src/conf_snd.c b/src/conf_snd.c index 222f43f9..1c3ce29a 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -1,7 +1,7 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-2002 Artsoft Entertainment * +* (c) 1995-2006 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -112,7 +112,7 @@ struct ConfigInfo sound_config[] = { "spaceship.waiting", "roehr.wav" }, { "yamyam.moving", UNDEFINED_FILENAME }, { "yamyam.waiting", "njam.wav" }, - { "yamyam.digging", UNDEFINED_FILENAME }, + { "yamyam.digging", "njam.wav" }, { "robot.moving", "schlurf.wav" }, { "robot.moving.mode_loop", "false" }, { "robot.waiting", UNDEFINED_FILENAME }, @@ -141,6 +141,11 @@ struct ConfigInfo sound_config[] = { "spring.pushing", "pusch.wav" }, { "spring.impact", "klopf.wav" }, { "[wall].growing", UNDEFINED_FILENAME }, + { "emc_android.pushing", "pusch.wav" }, + { "emc_android.moving", "roehr.wav" }, + { "emc_android.moving.mode_loop", "false" }, + { "emc_android.dropping", "deng.wav" }, + { "emc_magic_ball.dropping", "deng.wav" }, /* sounds for Diamond Caves style elements and actions */ { "pearl.collecting", "pong.wav" }, @@ -235,6 +240,7 @@ struct ConfigInfo sound_config[] = { "door.opening", "oeffnen.wav" }, { "door.closing", "oeffnen.wav" }, + { "background.TITLE", UNDEFINED_FILENAME }, { "background.MAIN", UNDEFINED_FILENAME }, { "background.LEVELS", UNDEFINED_FILENAME }, { "background.SCORES", "halloffame.wav" },