X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=4cec054e76c2479219cbf577749e30ebbd9dfd37;hb=22473d4140e896b64767e3349ef308f69b7668b9;hp=51fa055d2aeaea7ed6755ed0c0665c6d45d14351;hpb=467fb3a191a20318590ac5681e21bcfefb0eb2ad;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 51fa055d..4cec054e 100644 --- a/src/main.c +++ b/src/main.c @@ -139,24 +139,7 @@ char *sound_name[NUM_SOUNDS] = struct ArtworkConfigInfo image_config[] = { /* graphics for Boulder Dash style elements and actions */ - { "bd_empty_space.digging", "empty.pcx" }, - { "bd_sand.digging", "schlurf.pcx" }, - { "bd_diamond.collecting", "pong.pcx" }, - { "bd_diamond.impact", "pling.pcx" }, - { "bd_rock.pushing", "pusch.pcx" }, - { "bd_rock.impact", "klopf.pcx" }, - { "bd_magic_wall.activating", "quirk.pcx" }, - { "bd_magic_wall.changing", "quirk.pcx" }, - { "bd_magic_wall.running", "miep.pcx" }, - { "bd_amoeba.waiting", "amoebe.pcx" }, - { "bd_amoeba.creating", "amoebe.pcx" }, - { "bd_amoeba.turning_to_gem", "pling.pcx" }, - { "bd_amoeba.turning_to_rock", "klopf.pcx" }, - { "bd_butterfly.moving", "klapper.pcx" }, - { "bd_butterfly.waiting", "klapper.pcx" }, - { "bd_firefly.moving", "roehr.pcx" }, - { "bd_firefly.waiting", "roehr.pcx" }, - { "bd_exit.entering", "buing.pcx" }, + { "bd_diamond.waiting", "bd_diamond.pcx" }, }; struct ArtworkConfigInfo sound_config[] =